Update .gitlab-ci.yml

This commit is contained in:
Thomas 2018-12-08 09:06:32 +00:00
parent 0711654c3a
commit 17cfeb3e97
1 changed files with 8 additions and 0 deletions

View File

@ -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