From 3995c6aad849c1c0d5983e07e1d8ecabb772d2f7 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 30 Apr 2019 16:23:31 +0200 Subject: [PATCH] test release again --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 130762c..8101d41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,12 +31,12 @@ release: dependencies: - build variables: - GIT_STRATEGY: none + GIT_SUBMODULE_STRATEGY: recursive script: - curl --request POST --header "PRIVATE-TOKEN:$PRIVATE_TOKEN" --header "Content-Type:application/json" - --data-raw '{ "name":"New release", "tag_name":"v0.4", "ref":"$CI_COMMIT_SHA", "description":"Super nice release","assets":{ "links":[ { "name":"hoge", "url":"https://google.com" } ] } }' + --data-raw '{ "name":"New release", "tag_name":"tag-$CI_COMMIT_SHORT_SHA", "ref":"$CI_COMMIT_SHA", "description":"Super nice release","assets":{ "links":[ { "name":"hoge", "url":"https://google.com" } ] } }' "https://gitlab.com/api/v4/projects/10877064/releases"