Repository: predictionio
Updated Branches:
  refs/heads/develop d226ed37f -> 49b64ee15


[MINOR] Fail build properly

Closes #468


Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/49b64ee1
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/49b64ee1
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/49b64ee1

Branch: refs/heads/develop
Commit: 49b64ee1538bdba7b6c5958773fa7908ee9f80a2
Parents: d226ed3
Author: Donald Szeto <[email protected]>
Authored: Fri Sep 21 15:58:34 2018 -0700
Committer: Donald Szeto <[email protected]>
Committed: Fri Sep 21 15:58:34 2018 -0700

----------------------------------------------------------------------
 tests/build_docker.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/49b64ee1/tests/build_docker.sh
----------------------------------------------------------------------
diff --git a/tests/build_docker.sh b/tests/build_docker.sh
index 2c6f8f8..5879a58 100755
--- a/tests/build_docker.sh
+++ b/tests/build_docker.sh
@@ -35,6 +35,8 @@ if [ ! -f $DIR/docker-files/${SPARK_ARCHIVE} ]; then
   mv $SPARK_ARCHIVE $DIR/docker-files/
 fi
 
+set -e
+
 ./make-distribution.sh \
     -Dscala.version=$PIO_SCALA_VERSION \
     -Dspark.version=$PIO_SPARK_VERSION \

Reply via email to