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 28, 2024
2 parents 0922576 + e5f9906 commit 42e8998
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ while getopts sdte opt; do
WIZARD=false
DEPLOY=true
;;
*);;
*)
;;
esac
done

shift $(( "$OPTIND" - 1))

RELEASE=${1?"release required"}
CHART=${2?"chart required"}
VERSION=${3:-"":->=0.0.0-0}
Expand Down

0 comments on commit 42e8998

Please sign in to comment.