Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fix shellcheck issue
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 authored and marcofranssen committed Sep 25, 2023
1 parent 961750a commit ff900b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/production/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ install_and_test() {
helm test --namespace "${ns}" spire
}

if [[ ! -z "$UPGRADE_ARGS" ]]; then
if [[ -n "$UPGRADE_ARGS" ]]; then
install_and_test spire "$UPGRADE_ARGS"
# Any other upgrade steps go here. (Upgrade crds, delete statefulsets without cascade, etc.)
fi
Expand Down

0 comments on commit ff900b4

Please sign in to comment.