fix: set pipefail in flux-validate script
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-12-22 14:44:03 +01:00
parent c670942da8
commit 8e6770fb13
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -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"