fail fast
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
[ "$DEBUG" == 'true' ] && set -x
|
||||
[ "$STRICT" == 'true' ] && set -e
|
||||
|
||||
make_sure_structure_is_there() {
|
||||
local train="$1"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user