We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ebdb35 + fca11ab commit c60ab97Copy full SHA for c60ab97
moveit2/build.sh
@@ -7,6 +7,9 @@ TAG=latest
7
VCS_REF=""
8
VERSION=preview
9
10
+# Exit script with failure if build fails
11
+set -eo pipefail
12
+
13
echo ""
14
echo "##### Building Space ROS/MoveIt2 Docker Image #####"
15
space_robots/build.sh
echo "##### Building Space ROS Demo Docker Image #####"
spaceros/build.sh
@@ -3,6 +3,9 @@
3
VCS_REF="$(git rev-parse HEAD)"
4
5
6
echo "##### Building Space ROS Docker Image #####"
0 commit comments