We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccf4a0b + 0f95af9 commit 209bdcfCopy full SHA for 209bdcf
azure/templates/deploy-service.yml
@@ -131,7 +131,7 @@ steps:
131
export SOURCE_COMMIT_ID=$(Build.SourceVersion)
132
export RELEASE_RELEASEID=$(Build.BuildId)
133
134
- ASSUMED_VERSION==$(echo $SERVICE_ARTIFACT_NAME | grep -E -o "v[0-9]+\.[0-9]+\.[0-9]+-?[a-z]*" | tail -1)
+ ASSUMED_VERSION=$(echo $SERVICE_ARTIFACT_NAME | grep -E -o "v[0-9]+\.[0-9]+\.[0-9]+-?[a-z]*" | tail -1)
135
if [[ ! -z $ASSUMED_VERSION ]]; then
136
export DEPLOYED_VERSION=$ASSUMED_VERSION
137
else
0 commit comments