diff --git a/.ci/test.sh b/.ci/test.sh index d740e4574b..9d739f933b 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -21,11 +21,9 @@ ARCH=$(dpkg-architecture -qDEB_HOST_ARCH) # we already have a docker image with ros for the ARM build if [[ "$ARCH" != "arm64" ]]; then - echo "curl https://ctu-mrs.github.io/ppa-$VARIANT/add_ros_ppa.sh | bash" curl https://ctu-mrs.github.io/ppa-$VARIANT/add_ros_ppa.sh | bash fi -echo "curl https://ctu-mrs.github.io/ppa-$VARIANT/add_ppa.sh | bash" curl https://ctu-mrs.github.io/ppa-$VARIANT/add_ppa.sh | bash # dependencies need for build the deb package diff --git a/.github/workflows/rostest.yml b/.github/workflows/rostest.yml index 8946d3992c..b3d5f5e6e8 100644 --- a/.github/workflows/rostest.yml +++ b/.github/workflows/rostest.yml @@ -49,7 +49,7 @@ jobs: token: ${{ secrets.PUSH_TOKEN }} - id: build run: | - .ci/build.sh "${{ matrix.job }}" + .ci/test.sh "${{ matrix.job }}" merge: runs-on: ubuntu-20.04