fix indentation for gitlab-ci
This commit is contained in:
parent
17cfeb3e97
commit
4e60258648
|
@ -76,11 +76,11 @@ putApkOnTags:
|
||||||
- curl -s --request $METHOD --data-urlencode "description@/tmp/text" --header "${HEADER}" "${RELEASE_URL}"
|
- curl -s --request $METHOD --data-urlencode "description@/tmp/text" --header "${HEADER}" "${RELEASE_URL}"
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
pouet-it:
|
pouet-it:
|
||||||
image: hatsoftwares/pouet-it-from-ci:latest
|
image: hatsoftwares/pouet-it-from-ci:latest
|
||||||
script:
|
script:
|
||||||
- cd /opt/pouet-it-from-ci
|
- 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}")
|
- 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
|
- carton exec ./pouet-it-from-ci.pl
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
Loading…
Reference in New Issue