summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-01 20:06:22 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-01 20:06:22 +0300
commit9042c33e17812eedeafe6a75a88c361b2d2ac916 (patch)
tree99bbae144494715af9658691cb05f485a8f5f933
parentabbfdd7d704c3ab9e1ab55efcc61a422be3fdb0d (diff)
downloadwmf-ci-arch-9042c33e17812eedeafe6a75a88c361b2d2ac916.tar.gz
Change: describe more of how VCS worker will function
-rw-r--r--gitlab.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/gitlab.md b/gitlab.md
index c596b78..f7bc648 100644
--- a/gitlab.md
+++ b/gitlab.md
@@ -82,6 +82,17 @@ use them, and don't have to learn stuff to get started.
(creates it if necessary), but using only the master branch; returns
info of how things went
+ {
+ 'git': 'git://git.liw.fi/heippa',
+ 'ref': 'master',
+ 'name': 'hithere2'
+ }
+
+* Clones the specified git repository, and pushes the specified branch
+ as master in GitLab. Deletes the repository on GitLab if it exists
+ already (for hygiene). If there's a `.gitlab-ci.yml` in the repo,
+ GitLab CI will run it.
+
## Artifact store
* Simple HTTP API