Skip to content

Commit f759ab5

Browse files
committed
remove evil little typo
1 parent 60299be commit f759ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/templates/deploy-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ steps:
131131
export SOURCE_COMMIT_ID=$(Build.SourceVersion)
132132
export RELEASE_RELEASEID=$(Build.BuildId)
133133
134-
ASSUMED_VERSION==$(echo $SERVICE_ARTIFACT_NAME | grep -E -o "v[0-9]+\.[0-9]+\.[0-9]+-?[a-z]*" | tail -1")
134+
ASSUMED_VERSION==$(echo $SERVICE_ARTIFACT_NAME | grep -E -o "v[0-9]+\.[0-9]+\.[0-9]+-?[a-z]*" | tail -1)
135135
if [[ ! -z $ASSUMED_VERSION ]]; then
136136
export DEPLOYED_VERSION=$ASSUMED_VERSION
137137
else

0 commit comments

Comments
 (0)