Skip to content

Commit

Permalink
don't fail build on docker build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo committed Nov 10, 2022
1 parent 48d5a7c commit 38c30a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ stages:
clean: true
- task: Docker@2
displayName: Build main Dockerfile
continueOnError: true
inputs:
command: build
Dockerfile: "$(Build.SourcesDirectory)/Dockerfile"
Expand All @@ -352,6 +353,7 @@ stages:
clean: true
- task: Docker@2
displayName: Build Binder dependency Dockerfile
continueOnError: true
inputs:
command: build
Dockerfile: "$(Build.SourcesDirectory)/samples/my binder/Dockerfile"
Expand Down

0 comments on commit 38c30a8

Please sign in to comment.