Skip to content

Commit

Permalink
wup
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 15, 2023
1 parent 8be7f8a commit 6bbf038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rostest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bbf038

Please sign in to comment.