Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Aug 3, 2024
1 parent f7bc422 commit f894828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion industrial_ci/src/tests/ros_prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

function setup_ros_buildfarm() {
ici_install_pkgs_for_command pip3 python3-pip python3-setuptools python3-wheel
ici_cmd ici_quiet ici_asroot pip3 install git+https://github.com/ros-infrastructure/ros_buildfarm.git
ici_cmd ici_asroot pip3 install --verbose git+https://github.com/ros-infrastructure/ros_buildfarm.git
}

function setup_ros_prerelease() {
Expand Down Expand Up @@ -105,6 +105,7 @@ function run_ros_prerelease() {
ici_step "${BUILDER}_setup" builder_setup

ici_step "setup_ros_prerelease" setup_ros_prerelease
echo "$PATH"

# Environment vars.
local downstream_depth=${PRERELEASE_DOWNSTREAM_DEPTH:-"0"}
Expand Down

0 comments on commit f894828

Please sign in to comment.