Skip to content

Commit

Permalink
fix slash
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Jun 10, 2024
1 parent 6c0bd84 commit 5178f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
sd ' build-and-test' ' build-and-test-daily' {source}
sd 'on:\n push:' 'on:' {source}
sd 'runs-on: ubuntu-latest' 'runs-on: [self-hosted, linux, X64]' {source}
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:\$1-latest-prebuilt' {source}
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:$1-latest-prebuilt' {source}
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
sd -- ' include:' ' container-suffix:\n - ""\n - -cuda\n include:' {source}
- source: .github/workflows/build-and-test.yaml
Expand All @@ -46,15 +46,15 @@
sd ' build-and-test' ' build-and-test-daily-arm64' {source}
sd 'on:\n push:' 'on:' {source}
sd 'runs-on: ubuntu-latest' 'runs-on: [self-hosted, linux, ARM64]' {source}
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:\$1-latest-prebuilt' {source}
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:$1-latest-prebuilt' {source}
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
sd -- ' include:' ' container-suffix:\n - ""\n - -cuda\n include:' {source}
- source: .github/workflows/build-and-test.yaml
dest: .github/workflows/build-and-test.yaml
pre-commands: |
sd '\n schedule:\n - cron: 0 0 \* \* \*' '' {source}
sd 'runs-on: ubuntu-latest' 'runs-on: [self-hosted, linux, X64]' {source}
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:\$1-latest-prebuilt' {source}
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:$1-latest-prebuilt' {source}
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
sd -- ' include:' ' container-suffix:\n - -cuda\n include:' {source}
- source: .github/workflows/check-build-depends.yaml
Expand Down

0 comments on commit 5178f59

Please sign in to comment.