create releases manually for now
This commit is contained in:
parent
0924c72d79
commit
12a5833613
@ -1,6 +1,4 @@
|
|||||||
image: golang:latest
|
image: golang:latest
|
||||||
variables:
|
|
||||||
TOKEN_HEADER: "PRIVATE-TOKEN: $CI_JOB_TOKEN"
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
@ -12,7 +10,6 @@ build:
|
|||||||
release:
|
release:
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- curl -H "$TOKEN_HEADER" $CI_API_V4_URL/$CI_PROJECT_ID/releases
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/*.tar.gz
|
- dist/*.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user