From 5178f59f18ddd1ab68d557e0e9d2e424e9824560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Mon, 10 Jun 2024 18:52:29 +0300 Subject: [PATCH] fix slash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/sync-files.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 02c379ca2dd1d..a81c1921451d5 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -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 @@ -46,7 +46,7 @@ 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 @@ -54,7 +54,7 @@ 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