From 010480ef0554f4077e74880ffce0bfffe4d4f6f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Mon, 15 Jul 2019 14:30:22 +0200 Subject: [PATCH] ci --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11b07f6d..4be10575 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ # # ** end header # + stages: - setup - linting @@ -61,3 +62,11 @@ test:qunit: - screenlog.* script: - make run-qunit + +trigger_build: + stage: deploy + script: + - /usr/bin/curl -X POST + -F token=$TOKEN + -F "variables[PYLIB]=$CI_COMMIT_REF_NAME" + -F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline -- GitLab