Skip to content

Commit

Permalink
Merge pull request space-ros/docker#76 from mkhansenbot/add_pipefail
Browse files Browse the repository at this point in the history
Add pipefail to space_robots build so that it fails on error
  • Loading branch information
EzraBrooks authored Aug 17, 2023
2 parents 843f939 + c35dfa7 commit 2242b9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spaceros/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
VCS_REF="$(git rev-parse HEAD)"
VERSION=preview

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

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

0 comments on commit 2242b9e

Please sign in to comment.