浏览代码

build: failing to push to docker hub fails the build.

Leonard Gram 7 年之前
父节点
当前提交
0d9870d9f1
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      packaging/docker/build-deploy.sh
  2. 1 0
      packaging/docker/push_to_docker_hub.sh

+ 1 - 0
packaging/docker/build-deploy.sh

@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 _grafana_version=$1
 ./build.sh "$_grafana_version"

+ 1 - 0
packaging/docker/push_to_docker_hub.sh

@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 _grafana_tag=$1