fail fast
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
[ "$DEBUG" == 'true' ] && set -x
|
[ "$DEBUG" == 'true' ] && set -x
|
||||||
|
[ "$STRICT" == 'true' ] && set -e
|
||||||
|
|
||||||
make_sure_structure_is_there() {
|
make_sure_structure_is_there() {
|
||||||
local train="$1"
|
local train="$1"
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ jobs:
|
|||||||
|
|
||||||
for i in "${CHARTS[@]}"
|
for i in "${CHARTS[@]}"
|
||||||
do
|
do
|
||||||
DEBUG=true ./.github/scripts/chart-docs.sh "$i"
|
DEBUG=true STRICT=true ./.github/scripts/chart-docs.sh "$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Commit Website Changes
|
- name: Commit Website Changes
|
||||||
|
|||||||
Reference in New Issue
Block a user