Skip to content

Commit

Permalink
as user
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Aug 4, 2024
1 parent 8f3fcb0 commit 4f5fb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions industrial_ci/src/tests/ros_prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
# It is dependent on environment variables that need to be exported in advance
# (As of version 0.4.4 most of them are defined in env.sh).

generate_script_path=/usr/local/bin/generate_prerelease_script.py
generate_script_path=/home/ci/.local/bin/generate_prerelease_script.py
function setup_ros_buildfarm() {
if ! [ -e "$generate_script_path" ]; then
ici_install_pkgs_for_command pip3 python3-pip python3-setuptools python3-wheel
ici_cmd ici_asroot pip3 install git+https://github.com/ros-infrastructure/ros_buildfarm.git
ici_cmd sudo -EH -u ci pip3 install git+https://github.com/ros-infrastructure/ros_buildfarm.git
fi
}

Expand Down

0 comments on commit 4f5fb19

Please sign in to comment.