add curl to ci
This commit is contained in:
parent
14efdae873
commit
685a9dc5cc
2 changed files with 3 additions and 1 deletions
|
@ -78,6 +78,8 @@ release:
|
|||
when: never
|
||||
- if: $CI_COMMIT_TAG =~ /^release-[0-9]+[.][0-9]+([.][0-9]+)?$/
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get -yqq install curl
|
||||
- ./gradlew createReleaseAndUploadAssets
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ apply plugin: "maven-publish"
|
|||
|
||||
|
||||
group = "org.domaindrivenarchitecture.provs"
|
||||
version = "release-0.22.11"
|
||||
version = "release-0.22.12"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue