Tianon Gravi hace 10 años
padre
commit
bc324ae83b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .template-helpers/generate-dockerfile-links-partial.sh
  2. 1 1
      update.sh

+ 1 - 1
.template-helpers/generate-dockerfile-links-partial.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-set -e
+set -eo pipefail
 
 repo="$1"
 if [ -z "$repo" ]; then

+ 1 - 1
update.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-set -e
+set -eo pipefail
 
 cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
 helperDir='.template-helpers'