diff options
author | 2019-06-22 19:59:15 -0700 | |
---|---|---|
committer | 2019-06-22 19:59:15 -0700 | |
commit | e56232976e4567296670d698a19a07756f56b280 (patch) | |
tree | 6a8fa6392a2eebbb6cdd7add37e1533fb2da038a | |
parent | Run linting & tests in a container (diff) |
Add missing steps key
-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 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' |