Skip to content

Commit

Permalink
DLPX-88225 Automated hotfix process leads to hotfix branch engine ver…
Browse files Browse the repository at this point in the history
…sion always being set as latest engine version

PR URL: https://www.github.com/delphix/linux-pkg/pull/304
  • Loading branch information
sonamkindy committed Oct 18, 2023
1 parent 6fb4adb commit 88c5368
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/masking/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,18 @@ function build() {
export SECRET_DB_AWS_REGION="$SECRET_DB_AWS_REGION"
fi

local args=()

args+=("-Porg.gradle.configureondemand=false")
args+=("-PenvironmentName=linuxappliance")


if [[ "$DELPHIX_RELEASE_VERSION" ]]; then
args+=("-PmaskingVer=$DELPHIX_RELEASE_VERSION")
fi

logmust ./gradlew --no-daemon --stacktrace \
-Porg.gradle.configureondemand=false \
-PenvironmentName=linuxappliance \
"${args[@]}" \
clean \
generateLicenseReport \
:dist:distDeb \
Expand Down

0 comments on commit 88c5368

Please sign in to comment.