From eb6beee7072b1a3bea475353c406f73bf26b88bc Mon Sep 17 00:00:00 2001 From: Dimitrii Nikolaev Date: Thu, 19 May 2022 18:45:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f150997..6a09d21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,8 +64,7 @@ release-windows: - echo "Create Release $TAG from Artifacts of the $BUILD_JOB_ID job" - echo ${BUILD_JOB_ID} - | - release-cli --insecure-https create --name "Release $TAG" --description "Release $TAG" --tag-name "$TAG" ` - --assets-link '{\"name\":\"Example_Seminararbeit\",\"url\":\"https://git.ift.tuwien.ac.at/lab/pub/ift-latex/-/jobs/${BUILD_JOB_ID}/artifacts/file/Example_SEM.pdf",\"link_type\":\"other\"}' + release-cli --insecure-https create --name "Release $TAG" --description "Release $TAG" --tag-name "$TAG" --assets-link '{\"name\":\"Example_Seminararbeit\",\"url\":\"https://git.ift.tuwien.ac.at/lab/pub/ift-latex/-/jobs/${BUILD_JOB_ID}/artifacts/file/Example_SEM.pdf",\"link_type\":\"other\"}' #FIXME: insecure https - solution from https://gitlab.com/gitlab-org/release-cli/-/issues/47 -- GitLab