mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
disable push and deploy until GitHub pkg reg unknoown blob bug is resolved
This commit is contained in:
parent
5708554a49
commit
8df4fc71d2
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue