v0.8.18
This commit is contained in:
parent
3ba5964cd1
commit
7b9ad38bcf
2 changed files with 5 additions and 2 deletions
|
@ -88,9 +88,12 @@ fatjar:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG # Run this job when a git tag is created manually
|
- if: $CI_COMMIT_TAG # Run this job when a git tag is created manually
|
||||||
|
needs:
|
||||||
|
- job: fatjar
|
||||||
|
artifacts: true
|
||||||
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
script:
|
script:
|
||||||
- echo '------------ creating a release -------------'
|
- echo '------------ creating a release -------------'
|
||||||
- echo 'Fatjar Job ID:'
|
- echo 'Fatjar Job ID:'
|
||||||
|
|
|
@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
|
||||||
|
|
||||||
|
|
||||||
group = 'org.domaindrivenarchitecture.provs'
|
group = 'org.domaindrivenarchitecture.provs'
|
||||||
version = '0.8.18-SNAPSHOT'
|
version = '0.8.18'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
Loading…
Reference in a new issue