Skip to content

Commit

Permalink
remove pre commands test
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
M. Fatih Cırıt committed Jun 7, 2024
1 parent 098d147 commit 0cac8b8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@
- repository: autowarefoundation/autoware_common
files:
- source: .github/workflows/build-and-test.yaml
pre-commands: |
sd 'name: build-and-test' 'name: build-and-test-daily' {source}
sd 'on:\n push:' 'on:' {source}
sd ' build-and-test:' ' build-and-test-daily:' {source}
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
sd -- \
" include:" \
" container-suffix:
- \"\"
- -cuda
include:" {source}
dest: .github/workflows/build-and-test-daily.yaml
- source: .github/workflows/build-and-test.yaml
dest: .github/workflows/build-and-test-daily-arm64.yaml
Expand Down

0 comments on commit 0cac8b8

Please sign in to comment.