From 6f594a19e46e49947ec8eeecbcf95e7d8acc6092 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 30 Apr 2019 15:43:38 +0200 Subject: [PATCH] try to create release link --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a4dc04..de8250a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,8 @@ 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"