This commit is contained in:
az 2021-11-24 19:31:45 +01:00
parent 3ba5964cd1
commit 7b9ad38bcf
2 changed files with 5 additions and 2 deletions

View file

@ -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:'

View file

@ -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()