Skip to content

Commit 209bdcf

Browse files
authored
Merge pull request #476 from NHSDigital/master
update edge
2 parents ccf4a0b + 0f95af9 commit 209bdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)