fix: set pipefail in flux-validate script
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c670942da8
commit
8e6770fb13
@ -23,7 +23,7 @@
|
||||
# manifests (including Flux custom resources) before changes are merged into
|
||||
# the branch synced by Flux in-cluster.
|
||||
|
||||
set -o errexit
|
||||
set -eo pipefail
|
||||
|
||||
KUSTOMIZE_FLAGS=("--load-restrictor=LoadRestrictionsNone")
|
||||
KUSTOMIZE_CONFIG="kustomization.yaml"
|
||||
|
Loading…
Reference in New Issue
Block a user