mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
keep trying to push to GH pkg reg, but don't fail the build if it fails
This commit is contained in:
parent
bc2c5325b5
commit
17e9ff53db
2 changed files with 2 additions and 2 deletions
|
|
@ -148,7 +148,7 @@ steps:
|
|||
CleanTargetFolder: true
|
||||
OverWrite: true
|
||||
# condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))"
|
||||
condition: "eq(variables['Build.SourceBranch'], 'refs/heads/master')"
|
||||
condition: "and(succeededOrFailed(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))"
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
displayName: "publish docker-compose files"
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ steps:
|
|||
CleanTargetFolder: true
|
||||
OverWrite: true
|
||||
# condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))"
|
||||
condition: "eq(variables['Build.SourceBranch'], 'refs/heads/master')"
|
||||
condition: "and(succeededOrFailed(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))"
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
displayName: "publish docker-compose files"
|
||||
|
|
|
|||
Loading…
Reference in a new issue