Skip to content

Commit 34aba3d

Browse files
committed
Inherit VERSION for IIS build in ARM64 Mariner
1 parent c15f277 commit 34aba3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builds/misc/templates/build-packages.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,11 @@ stages:
308308
set -ex
309309
git clone --recurse-submodules https://github.com/Azure/iot-identity-service.git
310310
pushd iot-identity-service
311-
packageVersion=$(git tag | grep 1.3.[0-9]*$ | sort --version-sort -r | head -1)
312311
sudo docker run --rm \
313312
-v "$(Build.SourcesDirectory)/iot-identity-service:/src" \
314313
-e "ARCH=$PACKAGE_ARCH" \
315314
-e "OS=$OS:$OSVERSION" \
316-
-e "PACKAGE_VERSION=$packageVersion" \
315+
-e "PACKAGE_VERSION=$VERSION" \
317316
-e "PACKAGE_RELEASE=1" \
318317
--privileged \
319318
"ubuntu:18.04" \

0 commit comments

Comments
 (0)