aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-21 08:21:55 +1000
committerGravatar GitHub <[email protected]>2019-09-21 08:21:55 +1000
commit2560c7bd43347f9ef1e932d0335f843f6b195b70 (patch)
treee612f920b8597ca1ba0ec627466e064444b21d8f
parentMerge pull request #249 from python-discord/infractions-default-ordering (diff)
parentTry with explicit buildContext (diff)
Use explicit buildContext in CI Docker stage. (#253)
Use explicit buildContext in CI Docker stage.
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 963f3020..450e005b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -89,4 +89,5 @@ jobs:
repository: 'pythondiscord/site'
command: 'buildAndPush'
Dockerfile: 'docker/app/Dockerfile'
+ buildContext: '.'
tags: 'latest'