From 503b388b0fa18b35728004cdffefdd83d382f2d4 Mon Sep 17 00:00:00 2001 From: stom79 Date: Sat, 8 Dec 2018 10:47:43 +0100 Subject: [PATCH] fix indentation for gitlab-ci --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 935625656..77549f8da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,15 +39,6 @@ debugTests: - 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 - ## 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)