From cf06ebb707389af6fae5aa8b670fa1ebdd200ef9 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 27 Sep 2019 16:47:10 -0500 Subject: [PATCH] add links to bug on disabled steps --- azure-pipelines.api.yaml | 7 +++++-- azure-pipelines.web.yaml | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.api.yaml b/azure-pipelines.api.yaml index 17ef4e345..b6121dfe8 100644 --- a/azure-pipelines.api.yaml +++ b/azure-pipelines.api.yaml @@ -116,6 +116,7 @@ steps: additionalDockerComposeFiles: "docker-compose.prod.yml" dockerComposeCommand: "build api" condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" + enabled: false #TODO: enable after https://github.community/t5/GitHub-Actions/unknown-blob-error-when-i-m-trying-to-push-image-to-Github/m-p/32737/highlight/true#M1237 - task: Docker@2 displayName: "tag build number" @@ -125,6 +126,7 @@ steps: command: "tag" arguments: "docker.pkg.github.com/collinbarrett/filterlists/filterlists.api:latest docker.pkg.github.com/collinbarrett/filterlists/filterlists.api:$(Build.BuildId)" condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" + enabled: false #TODO: enable after https://github.community/t5/GitHub-Actions/unknown-blob-error-when-i-m-trying-to-push-image-to-Github/m-p/32737/highlight/true#M1237 - task: Docker@2 displayName: "push" @@ -136,6 +138,7 @@ steps: latest $(Build.BuildId) condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" + enabled: false #TODO: enable after https://github.community/t5/GitHub-Actions/unknown-blob-error-when-i-m-trying-to-push-image-to-Github/m-p/32737/highlight/true#M1237 - task: CopyFiles@2 displayName: "stage docker-compose files" @@ -148,7 +151,7 @@ steps: CleanTargetFolder: true OverWrite: true condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" - enabled: false + enabled: false #TODO: enable after https://github.community/t5/GitHub-Actions/unknown-blob-error-when-i-m-trying-to-push-image-to-Github/m-p/32737/highlight/true#M1237 - task: PublishBuildArtifacts@1 displayName: "publish docker-compose files" @@ -157,4 +160,4 @@ steps: ArtifactName: "drop" publishLocation: "Container" condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" - enabled: false + enabled: false #TODO: enable after https://github.community/t5/GitHub-Actions/unknown-blob-error-when-i-m-trying-to-push-image-to-Github/m-p/32737/highlight/true#M1237 diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index e98c281af..b5b7ccb6a 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -53,7 +53,7 @@ steps: latest $(Build.BuildId) condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" - enabled: false + enabled: false #TODO: enable after https://github.community/t5/GitHub-Actions/unknown-blob-error-when-i-m-trying-to-push-image-to-Github/m-p/32737/highlight/true#M1237 - task: CopyFiles@2 displayName: "stage docker-compose files" @@ -66,7 +66,7 @@ steps: CleanTargetFolder: true OverWrite: true condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" - enabled: false + enabled: false #TODO: enable after https://github.community/t5/GitHub-Actions/unknown-blob-error-when-i-m-trying-to-push-image-to-Github/m-p/32737/highlight/true#M1237 - task: PublishBuildArtifacts@1 displayName: "publish docker-compose files" @@ -75,4 +75,4 @@ steps: ArtifactName: "drop" publishLocation: "Container" condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" - enabled: false + enabled: false #TODO: enable after https://github.community/t5/GitHub-Actions/unknown-blob-error-when-i-m-trying-to-push-image-to-Github/m-p/32737/highlight/true#M1237