Skip to content

Commit

Permalink
Merge branch 'maven/fixes/8.1' into maven/fixes/9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swollner committed Aug 30, 2024
2 parents c9d1b98 + 430e78d commit 91bb917
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions archetypes/helm/src/main/resources/archetype-resources/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,16 @@ runAsWizard() {
if [[ $WIZARD == "true" ]] ; then
runAsWizard
else
[[ $DIFF == "true" ]] && {
if [[ $DIFF == "true" ]] ; then
diff
}
[[ $TRY_RUN == "true" ]] && {
fi

if [[ $TRY_RUN == "true" ]] ; then
tryRun
}
fi

[[ $DEPLOY == "true" ]] && {
if [[ $DEPLOY == "true" ]] ; then
execute
}
fi

fi

0 comments on commit 91bb917

Please sign in to comment.