Skip to content

Commit

Permalink
Add pipefail to space_robots build so that it fails on error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Aug 14, 2023
1 parent d4b30aa commit 6f2b402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
outputs: type=docker,dest=/tmp/moveit2.tar
- name: Build space robots demo image
run: |
set -eo pipefail
docker load --input /tmp/moveit2.tar
docker images
cd space_robots && ./build.sh

0 comments on commit 6f2b402

Please sign in to comment.