We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e6f37 commit 4ebdf57Copy full SHA for 4ebdf57
1 file changed
build.sh
@@ -1,7 +1,11 @@
1
#!/bin/sh
2
3
+# Exit on error
4
+set -e
5
+
6
# Set working directory
7
WORKSPACE=/spaceinvader
8
+cd $WORKSPACE
9
10
# Initialize and update git submodules
11
git submodule init
0 commit comments