try it this way

This commit is contained in:
Sebastian Hugentobler 2019-06-11 11:27:41 +02:00
parent 32623b8d14
commit dd2926a95e

View File

@ -12,7 +12,10 @@ build:
release: release:
script: script:
- make - make
- curl -H "$TOKEN_HEADER" https://$CI_API_V4_URL/$CI_PROJECT_ID/releases #- curl -H "$TOKEN_HEADER" https://$CI_API_V4_URL/$CI_PROJECT_ID/releases
- echo $TOKEN_HEADER
- echo $CI_API_V4_URL
- echo $CI_PROJECT_URL
artifacts: artifacts:
paths: paths:
- dist/*.tar.gz - dist/*.tar.gz