We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 203e593 + 7422922 commit 68c8b0aCopy full SHA for 68c8b0a
packages/virtualization/config.sh
@@ -66,6 +66,8 @@ function build() {
66
# 'nothing' if 'variable' is not set. Because 'nothing' is not defined it evaluates to "" when 'variable'
67
# is not set. So [[ "" ]] is what is actually evaluated when 'variable' is not set.
68
69
+ args+=("-Dbuild.branch=$DEFAULT_GIT_BRANCH")
70
+
71
if [[ ${SECRET_DB_USE_JUMPBOX+nothing} ]]; then
72
args+=("-DSECRET_DB_USE_JUMPBOX=$SECRET_DB_USE_JUMPBOX")
73
fi
0 commit comments