From 1538529b9ed2065ba56ae23399af63c5863b93ca Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Wed, 22 Apr 2020 10:27:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ef05f2..83452bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,10 +17,6 @@ build: release: stage: release only: tags - release: - name: My $CI_PROJECT_NAME Release 1.0-$CI_COMMIT_SHORT_SHA - description: FSST Referat - assets: - - name: FSST-Referat-Pointer-Struct.pdf - path: src/main.pdf + script: + - gitlab-release --message 'Automatic release' ./src/main.pdf