From 17cfeb3e979ec828c2d42db1cbd628ec06f37355 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Dec 2018 09:06:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 370277db6..0e8d90ca0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,3 +76,11 @@ putApkOnTags: - curl -s --request $METHOD --data-urlencode "description@/tmp/text" --header "${HEADER}" "${RELEASE_URL}" only: - tags +pouet-it: + image: hatsoftwares/pouet-it-from-ci:latest + script: + - cd /opt/pouet-it-from-ci + - export MESSAGE=$(echo -e "I just released a new version of ${CI_PROJECT_NAME} !\n${CI_PROJECT_URL}/tags/${CI_COMMIT_TAG}") + - carton exec ./pouet-it-from-ci.pl + only: + - tags