diff options
author | 2019-09-20 22:55:14 -0700 | |
---|---|---|
committer | 2019-09-20 22:55:14 -0700 | |
commit | b4f558752783cb26d9be5ef1c8862716413924c2 (patch) | |
tree | da2a9d4dde096b0b810026794ed1c7dfce3e71f8 | |
parent | Test pushing with v2 tasks (diff) |
Fix conditions
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 103254a..48f600e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -169,7 +169,6 @@ jobs: # Always build this image unless it's for a pull request. - task: Docker@2 displayName: 'Build Final Image' - condition: and(succeeded()) inputs: command: build repository: pythondiscord/snekbox @@ -215,7 +214,6 @@ jobs: - task: Docker@2 displayName: 'Push Final Image' - condition: and(succeeded()) inputs: command: push containerRegistry: DockerHub |