Skip to content

Commit

Permalink
Inherit VERSION for IIS build in ARM64 Mariner
Browse files Browse the repository at this point in the history
  • Loading branch information
onalante-msft committed Aug 10, 2022
1 parent 9a6f39b commit 8a83633
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builds/misc/templates/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,11 @@ stages:
set -ex
git clone --recurse-submodules https://github.com/Azure/iot-identity-service.git
pushd iot-identity-service
packageVersion=$(git tag | grep 1.3.[0-9]*$ | sort --version-sort -r | head -1)
sudo docker run --rm \
-v "$(Build.SourcesDirectory)/iot-identity-service:/src" \
-e "ARCH=$PACKAGE_ARCH" \
-e "OS=$OS:$OSVERSION" \
-e "PACKAGE_VERSION=$packageVersion" \
-e "PACKAGE_VERSION=$VERSION" \
-e "PACKAGE_RELEASE=1" \
--privileged \
"ubuntu:18.04" \
Expand Down

0 comments on commit 8a83633

Please sign in to comment.