Skip to content

Commit cd8b421

Browse files
committed
Stop all scripts on errors.
1 parent ffbe1d5 commit cd8b421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.sh

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

3+
set -e
4+
35
JENKINS_HOME=../docker/volumes/jenkins-home
46

57
mvn clean install || { echo "Build failed"; exit 1; }

0 commit comments

Comments
 (0)