Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -68,8 +68,8 @@ stages:
|
|||||||
docker images
|
docker images
|
||||||
displayName: 'List docker images'
|
displayName: 'List docker images'
|
||||||
|
|
||||||
- upload: apollo/manifests
|
#- upload: apollo/manifests
|
||||||
artifact: manifests
|
# artifact: manifests
|
||||||
|
|
||||||
- stage: Deploy
|
- stage: Deploy
|
||||||
displayName: Deploy stage
|
displayName: Deploy stage
|
||||||
@@ -91,6 +91,7 @@ stages:
|
|||||||
- checkout: self
|
- checkout: self
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
ls -lrth
|
||||||
echo "##vso[task.setvariable variable=shortCommitSha]$(echo $(Build.SourceVersion) | cut -c1-8)"
|
echo "##vso[task.setvariable variable=shortCommitSha]$(echo $(Build.SourceVersion) | cut -c1-8)"
|
||||||
displayName: 'Set Short Commit SHA'
|
displayName: 'Set Short Commit SHA'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user