Skip to content

Commit 65105bb

Browse files
committed
crappy logging
1 parent 604f774 commit 65105bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

azure/templates/deploy-service.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,14 @@ steps:
132132
export SOURCE_COMMIT_ID=$(Build.SourceVersion)
133133
export RELEASE_RELEASEID=$(Build.BuildId)
134134
135-
echo "Setting version"
135+
echo "Setting assumed version"
136136
ASSUMED_VERSION=$(echo $SERVICE_ARTIFACT_NAME | grep -E -o "v[0-9]+\.[0-9]+\.[0-9]+-?[a-z]*" | tail -1)
137+
echo "Setting deployed version"
137138
if [[ ! -z $ASSUMED_VERSION ]]; then
139+
echo "Setting deployed=assumed"
138140
export DEPLOYED_VERSION=$ASSUMED_VERSION
139141
else
142+
echo "Setting FQSN"
140143
export DEPLOYED_VERSION="${{ parameters.fully_qualified_service_name }}"
141144
fi
142145

0 commit comments

Comments
 (0)