Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
shamrao shinde, sumedh
2024-12-06 10:12:45 +00:00
parent e247617a2f
commit d14ce7ba43

View File

@@ -68,8 +68,8 @@ stages:
docker images
displayName: 'List docker images'
- upload: apollo/manifests
artifact: manifests
#- upload: apollo/manifests
# artifact: manifests
- stage: Deploy
displayName: Deploy stage
@@ -91,6 +91,7 @@ stages:
- checkout: self
- script: |
ls -lrth
echo "##vso[task.setvariable variable=shortCommitSha]$(echo $(Build.SourceVersion) | cut -c1-8)"
displayName: 'Set Short Commit SHA'