Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 12, 2023
1 parent 0c3f397 commit 8571630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/get_build_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARTIFACTS_FOLDER=/tmp/artifacts

./.ci_scripts/package_build/install_ros.sh >/tmp/log.txt 2>&1

curl https://ctu-mrs.github.io/ppa-$VARIANT/add_ppa.sh | bash 2>&1
curl https://ctu-mrs.github.io/ppa-$VARIANT/add_ppa.sh 2>/tmp/log.txt | bash >/tmp/log.txt 2>&1

# dependencies need for build the deb package
sudo apt-get -y install ros-noetic-catkin python3-catkin-tools >/tmp/log.txt 2>&1
Expand Down

0 comments on commit 8571630

Please sign in to comment.