diff options
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml deleted file mode 100644 index e39a892..0000000 --- a/.buildkite/pipeline.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -steps: - - name: test - id: test - command: make docker-test - - - name: push - branches: [master] - depends_on: [test] - command: | - make docker-push \ - DOCKER_EXTRA_ARGS="-v ${HOME}/.docker:/root/.docker" |