From 9042c33e17812eedeafe6a75a88c361b2d2ac916 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 1 Jul 2019 20:06:22 +0300 Subject: Change: describe more of how VCS worker will function --- gitlab.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.1