From 8df4fc71d249f1f2108be3eaf758838b3cc0a1c5 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 19:37:08 -0500 Subject: [PATCH] disable push and deploy until GitHub pkg reg unknoown blob bug is resolved --- azure-pipelines.web.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 4f807642e..e98c281af 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -53,6 +53,7 @@ steps: latest $(Build.BuildId) condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" + enabled: false - task: CopyFiles@2 displayName: "stage docker-compose files" @@ -65,6 +66,7 @@ steps: CleanTargetFolder: true OverWrite: true condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" + enabled: false - task: PublishBuildArtifacts@1 displayName: "publish docker-compose files" @@ -73,3 +75,4 @@ steps: ArtifactName: "drop" publishLocation: "Container" condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" + enabled: false