File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 82
82
- source : .github/workflows/cancel-previous-workflows.yaml
83
83
- source : .github/workflows/check-build-depends.yaml
84
84
pre-commands : |
85
- sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
86
85
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source}
87
86
- source : .github/workflows/update-codeowners-from-packages.yaml
88
87
- source : codecov.yaml
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
- humble
18
18
include :
19
19
- rosdistro : galactic
20
- container : ghcr.io/autowarefoundation/autoware-universe :galactic-latest
20
+ container : ros :galactic
21
21
build-depends-repos : build_depends.repos
22
22
- rosdistro : humble
23
- container : ghcr.io/autowarefoundation/autoware-universe :humble-latest
23
+ container : ros :humble
24
24
build-depends-repos : build_depends.humble.repos
25
25
steps :
26
26
- name : Check out repository
You can’t perform that action at this time.
0 commit comments