Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Aug 4, 2024
1 parent a11f60f commit 5acaff4
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 @@ -21,10 +21,10 @@
# (As of version 0.4.4 most of them are defined in env.sh).

function setup_ros_buildfarm() {
ici_apt_install python3-pip python3-setuptools python3-wheel python3-venv
ici_install_pkgs_for_command vcs python3-vcstool
ici_apt_install python3-pip python3-setuptools python3-wheel python3-venv python3-vcstool
ici_cmd python3 -mvenv /tmp/ros_buildfarm --system-site-packages
ici_cmd /tmp/ros_buildfarm/bin/pip3 install git+https://github.com/ros-infrastructure/ros_buildfarm.git
head /tmp/ros_buildfarm/bin/generate_prerelease_script.py
}

function setup_ros_prerelease() {
Expand Down

0 comments on commit 5acaff4

Please sign in to comment.