fix missing curl
This commit is contained in:
parent
0437c92de4
commit
54ff18600e
2 changed files with 3 additions and 3 deletions
|
@ -117,7 +117,7 @@ publish-snapshot-lib:
|
|||
paths:
|
||||
- build/libs/*.jar
|
||||
|
||||
publish-released-lib:
|
||||
.publish-released-lib:
|
||||
stage: publish
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE != "push"
|
||||
|
@ -145,10 +145,10 @@ release:
|
|||
- 'build/libs/sha256sum.lst'
|
||||
- 'build/libs/sha512sum.lst'
|
||||
script:
|
||||
- apk --no-cache add curl
|
||||
# release to repo.meissa
|
||||
- chmod +x ./release/create-release-in-repo.sh && sh ./release/create-release-in-repo.sh
|
||||
# release to gitlab
|
||||
- apk --no-cache add curl
|
||||
- |
|
||||
release-cli create --name "Release $CI_COMMIT_TAG" --tag-name $CI_COMMIT_TAG \
|
||||
--assets-link "{\"name\":\"provs-desktop.jar\",\"url\":\"https://gitlab.com/domaindrivenarchitecture/provs/-/jobs/${CI_JOB_ID}/artifacts/file/build/libs/provs-desktop.jar\"}" \
|
||||
|
|
|
@ -18,7 +18,7 @@ apply plugin: "maven-publish"
|
|||
|
||||
|
||||
group = "org.domaindrivenarchitecture.provs"
|
||||
version = "release-0.22.7"
|
||||
version = "release-0.22.9"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue