From bed08357b01021533d77510aaa751f7f68b19341 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 30 Apr 2019 15:40:38 +0200 Subject: [PATCH] try to create release link --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 997b370..d3a8396 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,8 +33,7 @@ release: variables: GIT_STRATEGY: none script: - - curl --request POST \ - --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" \ + - curl --request POST --header \"PRIVATE-TOKEN: $CI_JOB_TOKEN\" \ --data name="awesume-v0.2.iso" \ --data url="https://home.hottis.de" \ "https://gitlab.com/api/v4/projects/10877064/releases/v0.1/assets/links"