summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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