aboutsummaryrefslogtreecommitdiff
path: root/.buildkite
diff options
context:
space:
mode:
authorChristian Segundo2023-05-28 15:13:28 +0200
committerChristian Segundo2023-06-03 18:21:19 +0200
commit72c64b9c28ce14fe6b42ef76cbfae770936a6d06 (patch)
treede07898cafc71c2fc7abed7f3861887ae5fa3243 /.buildkite
parent883ee04811b43f348d86359bba13701730cfcfee (diff)
downloadlanguagetool-72c64b9c28ce14fe6b42ef76cbfae770936a6d06.tar.gz
Move to buildkite/dockerhub
Diffstat (limited to '.buildkite')
-rw-r--r--.buildkite/pipeline.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
new file mode 100644
index 0000000..e39a892
--- /dev/null
+++ b/.buildkite/pipeline.yml
@@ -0,0 +1,12 @@
+---
+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"