From ad0dc33df9198384a08fe597489639df455bcbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 22 Aug 2018 23:19:47 +0200 Subject: [PATCH] =?UTF-8?q?Trigger=20poezio=E2=80=99s=20build=20if=20this?= =?UTF-8?q?=20ours=20succeeded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d301b45a..839de025 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,9 @@ +stages: + - test + - trigger + test: + stage: test tags: - docker image: ubuntu:latest @@ -6,3 +11,11 @@ test: - apt update - apt install -y python3 cython3 gpg - ./run_tests.py + +trigger_poezio: + stage: trigger + tags: + - docker + image: appropriate/curl:latest + script: + - curl --request POST -F token="$SLIXMPP_TRIGGER_TOKEN" -F ref=master https://lab.louiz.org/api/v4/projects/18/trigger/pipeline