From 2f97e016321959c73a9af2528e4162e591ded1f6 Mon Sep 17 00:00:00 2001 From: stom79 Date: Sat, 8 Dec 2018 10:23:23 +0100 Subject: [PATCH] fix indentation for gitlab-ci --- .gitlab-ci.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b370118b6..1d9699854 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,11 +76,12 @@ 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 \ No newline at end of file + +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 \ No newline at end of file