Updated .gitlab-ci.yml
This commit is contained in:
parent
a3c04e1c36
commit
248822b596
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@ release:
|
||||||
script:
|
script:
|
||||||
- ncc build --config release --log-level debug
|
- ncc build --config release --log-level debug
|
||||||
- >
|
- >
|
||||||
curl --header "JOB-TOKEN: $CI_JOB_TOKEN"
|
curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file build/release/net.nosial.configlib.ncc "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/net.nosial.configlib/$CI_COMMIT_REF_NAME/net.nosial.configlib.ncc"
|
||||||
--upload-file build/release/net.nosial.configlib.ncc
|
|
||||||
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/net.nosial.focuscrawler/$CI_COMMIT_TAG/net.nosial.configlib.ncc"
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/
|
- build/
|
||||||
|
|
Loading…
Add table
Reference in a new issue