Skip to content

Commit

Permalink
Stop all scripts on errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 6, 2021
1 parent 62af595 commit 9376a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

JENKINS_HOME=../docker/volumes/jenkins-home

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

0 comments on commit 9376a16

Please sign in to comment.