fail fast

This commit is contained in:
Stavros kois
2024-05-12 21:34:56 +03:00
parent bda19c5847
commit b49d68863f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
#!/bin/bash
[ "$DEBUG" == 'true' ] && set -x
[ "$STRICT" == 'true' ] && set -e
make_sure_structure_is_there() {
local train="$1"
+1 -1
View File
@@ -156,7 +156,7 @@ jobs:
for i in "${CHARTS[@]}"
do
DEBUG=true ./.github/scripts/chart-docs.sh "$i"
DEBUG=true STRICT=true ./.github/scripts/chart-docs.sh "$i"
done
- name: Commit Website Changes