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 b6e00b3 + 102fa62 commit 7dde23b
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 7dde23b

Please sign in to comment.