fix indentation for gitlab-ci

This commit is contained in:
stom79 2018-12-08 10:54:27 +01:00
parent 445a79a236
commit d9171785bb
1 changed files with 10 additions and 1 deletions

View File

@ -38,7 +38,6 @@ debugTests:
except:
- tags
## PROTECTED VARIABLES TO SET IN GITLAB:
# - GITLAB_API_TOKEN: token you create on Gitlab
# - NC_REMOTE_DIR: like https://YOUR_NEXTCLOUD/remote.php/dav/files/YOUR_USER/mastalab (no trailing slash)
@ -77,3 +76,13 @@ 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
stage: tag
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