From d14ce7ba438c3f02c5b5a0ffc89309e6f50a77f4 Mon Sep 17 00:00:00 2001 From: "shamrao shinde, sumedh" Date: Fri, 6 Dec 2024 10:12:45 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ab3396..ac0020e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'