aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-22 19:59:15 -0700
committerGravatar MarkKoz <[email protected]>2019-06-22 19:59:15 -0700
commite56232976e4567296670d698a19a07756f56b280 (patch)
tree6a8fa6392a2eebbb6cdd7add37e1533fb2da038a
parentRun linting & tests in a container (diff)
Add missing steps key
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 30d8166..af1d0eb 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -7,6 +7,7 @@ jobs:
pool:
vmImage: 'Ubuntu-16.04'
+ steps:
- script: docker build -t pythondiscord/snekbox-base:latest -f docker/base.Dockerfile .
displayName: 'Build Base Image'