diff options
author | 2019-09-23 22:19:22 +1000 | |
---|---|---|
committer | 2019-09-24 14:51:56 +1000 | |
commit | 4f11cbb706640fb459df9f3d7a737ea2a5b81e73 (patch) | |
tree | 02de05f0ee204e20219ad50f2104e4b82ed084f6 | |
parent | Remove unneeded Pipfile scripts and azure stages/vars. (diff) |
Add docker build condition for CI.
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1adbd12ea..de454e5c4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,6 +50,7 @@ jobs: - job: build displayName: 'Build & Push Container' dependsOn: 'test' + condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest')) steps: - task: Docker@2 |