Skip to content

Commit 68c8b0a

Browse files
authored
Merge pull request #296 from delphix/dlpx/pr/shishaktdlpx/c3083985-9e9e-477c-8d56-e4696e9f2248
RENG-145 Update config.sh fetch and pass upstream branch to the linux-pkg ant task
2 parents 203e593 + 7422922 commit 68c8b0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/virtualization/config.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ function build() {
6666
# 'nothing' if 'variable' is not set. Because 'nothing' is not defined it evaluates to "" when 'variable'
6767
# is not set. So [[ "" ]] is what is actually evaluated when 'variable' is not set.
6868

69+
args+=("-Dbuild.branch=$DEFAULT_GIT_BRANCH")
70+
6971
if [[ ${SECRET_DB_USE_JUMPBOX+nothing} ]]; then
7072
args+=("-DSECRET_DB_USE_JUMPBOX=$SECRET_DB_USE_JUMPBOX")
7173
fi

0 commit comments

Comments
 (0)