create releases manually for now

This commit is contained in:
Sebastian Hugentobler 2019-06-11 11:55:07 +02:00
parent 0924c72d79
commit 12a5833613
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,4 @@
image: golang:latest
variables:
TOKEN_HEADER: "PRIVATE-TOKEN: $CI_JOB_TOKEN"
build:
script:
@ -12,7 +10,6 @@ build:
release:
script:
- make
- curl -H "$TOKEN_HEADER" $CI_API_V4_URL/$CI_PROJECT_ID/releases
artifacts:
paths:
- dist/*.tar.gz