From 2b2ff0241e102730ac32bea7aff04d8bf0746896 Mon Sep 17 00:00:00 2001 From: tom79 Date: Sat, 14 Dec 2019 11:50:26 +0100 Subject: [PATCH] New try --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac74e26fc..b9a3c94ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,13 @@ debugTests: except: - tags +copyReleaseNotes: + <<: *no-upload + script: + - ./gradlew copyAllReleaseNotes + 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)