Skip to content

Commit

Permalink
Need sudo to run tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 11, 2023
1 parent 63f299c commit aaed2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/docker/gz-source-generation.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SOURCES_DIR=\$WORKSPACE/sources
BUILD_DIR=\$SOURCES_DIR/build
# Need to intall all supported gz-cmake* packages in the platform
(apt-get install -y *gz-cmake* || apt-get install -y *ign-cmake*) || \
(sudo apt-get install -y *gz-cmake* || sudo apt-get install -y *ign-cmake*) || \
(echo "Can not find any ign-cmake/gz-cmake package" && exit 1)
cd \${WORKSPACE}
Expand Down

0 comments on commit aaed2aa

Please sign in to comment.