mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 02:01:22 -03:00
fail fast
This commit is contained in:
1
.github/scripts/chart-docs.sh
vendored
1
.github/scripts/chart-docs.sh
vendored
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
[ "$DEBUG" == 'true' ] && set -x
|
||||
[ "$STRICT" == 'true' ] && set -e
|
||||
|
||||
make_sure_structure_is_there() {
|
||||
local train="$1"
|
||||
|
||||
Reference in New Issue
Block a user