Skip to content

Commit 4ebdf57

Browse files
committed
fail fast, goto workspace
1 parent a5e6f37 commit 4ebdf57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/bin/sh
22

3+
# Exit on error
4+
set -e
5+
36
# Set working directory
47
WORKSPACE=/spaceinvader
8+
cd $WORKSPACE
59

610
# Initialize and update git submodules
711
git submodule init

0 commit comments

Comments
 (0)