aboutsummaryrefslogtreecommitdiff
path: root/.buildkite/pipeline.yml
diff options
context:
space:
mode:
authorChristian Segundo2023-09-15 14:15:52 +0200
committerChristian Segundo2023-09-16 23:44:08 +0200
commit80a3b5a2f95a88d0dc9c2b2b85df08e91d0d91b8 (patch)
treedf0efeb79fedecac7d50b8dc41f02eeb01d4fe1f /.buildkite/pipeline.yml
parent154cc4e34def359e2d486676a1055ee982b6cfcd (diff)
downloadnvim-80a3b5a2f95a88d0dc9c2b2b85df08e91d0d91b8.tar.gz
sorry
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r--.buildkite/pipeline.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
deleted file mode 100644
index 313fd75..0000000
--- a/.buildkite/pipeline.yml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-steps:
- - name: push
- branches: [master]
- command: |
- make docker-push \
- DOCKER_EXTRA_ARGS="-v ${HOME}/.docker:/root/.docker"