|
31 | 31 | - repository: autowarefoundation/autoware_common
|
32 | 32 | files:
|
33 | 33 | - source: .github/workflows/build-and-test.yaml
|
34 |
| - post-commands: | |
35 |
| - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest} |
36 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest} |
| 34 | + pre-commands: | |
| 35 | + sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source} |
| 36 | + sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
37 | 37 | - source: .github/workflows/build-and-test-differential.yaml
|
38 |
| - post-commands: | |
39 |
| - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest} |
40 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest} |
| 38 | + pre-commands: | |
| 39 | + sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source} |
| 40 | + sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
41 | 41 | - source: .github/workflows/build-and-test-differential-self-hosted.yaml
|
42 |
| - post-commands: | |
43 |
| - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest} |
44 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest} |
| 42 | + pre-commands: | |
| 43 | + sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source} |
| 44 | + sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
45 | 45 | - source: .github/workflows/build-and-test-self-hosted.yaml
|
46 |
| - post-commands: | |
47 |
| - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest} |
48 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest} |
| 46 | + pre-commands: | |
| 47 | + sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source} |
| 48 | + sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
49 | 49 | - source: .github/workflows/check-build-depends.yaml
|
50 |
| - post-commands: | |
51 |
| - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest} |
52 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest} |
| 50 | + pre-commands: | |
| 51 | + sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source} |
| 52 | + sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
53 | 53 | - source: .github/workflows/clang-tidy-pr-comments.yaml
|
54 |
| - post-commands: | |
55 |
| - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest} |
56 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest} |
| 54 | + pre-commands: | |
| 55 | + sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source} |
| 56 | + sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
57 | 57 | - source: codecov.yaml
|
58 | 58 |
|
59 | 59 | - repository: autowarefoundation/autoware-documentation
|
|
0 commit comments