diff options
author | louiz’ <louiz@louiz.org> | 2018-08-22 23:19:47 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-08-22 23:19:47 +0200 |
commit | ad0dc33df9198384a08fe597489639df455bcbdd (patch) | |
tree | 077e4115d0ab1a2e427fabbd7e14c1d4a26f8c39 | |
parent | 7c3b3827b4c1b717d7d1ea2d4e88cdbe228730de (diff) | |
download | slixmpp-ad0dc33df9198384a08fe597489639df455bcbdd.tar.gz slixmpp-ad0dc33df9198384a08fe597489639df455bcbdd.tar.bz2 slixmpp-ad0dc33df9198384a08fe597489639df455bcbdd.tar.xz slixmpp-ad0dc33df9198384a08fe597489639df455bcbdd.zip |
Trigger poezio’s build if this ours succeeded
-rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |