try it this way

This commit is contained in:
Sebastian Hugentobler 2019-06-11 11:13:43 +02:00
parent c07478e987
commit 3c022d510f

View File

@ -9,7 +9,7 @@ build:
release: release:
script: script:
- make - make
- 'curl -H "PRIVATE-TOKEN: $CI_BUILD_TOKEN" "https://$CI_API_V4_URL/$CI_PROJECT_ID/releases"' - "curl -H 'PRIVATE-TOKEN: $CI_BUILD_TOKEN' 'https://$CI_API_V4_URL/$CI_PROJECT_ID/releases'"
artifacts: artifacts:
paths: paths:
- dist/*.tar.gz - dist/*.tar.gz