Skip to content

Commit

Permalink
Add pipefail to build.sh to ensure script fails if build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Aug 16, 2023
1 parent 7b6b01a commit db45522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moveit2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ TAG=latest
VCS_REF=""
VERSION=preview

# Exit script with failure if build fails
set -eo pipefail

echo ""
echo "##### Building Space ROS/MoveIt2 Docker Image #####"
echo ""
Expand Down

0 comments on commit db45522

Please sign in to comment.