Compare commits
3 commits
727b53aff9
...
ac903c9f37
Author | SHA1 | Date | |
---|---|---|---|
|
ac903c9f37 | ||
|
804fe0c83c | ||
|
40e2e3cd97 |
2 changed files with 2 additions and 1 deletions
|
@ -122,6 +122,7 @@ release-to-meissa:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
|
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
|
||||||
|
- pip install --upgrade ddadevops --break-system-packages
|
||||||
- pyb publish_release
|
- pyb publish_release
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ plugins {
|
||||||
apply plugin: "maven-publish"
|
apply plugin: "maven-publish"
|
||||||
|
|
||||||
|
|
||||||
version = "0.29.6-SNAPSHOT"
|
version = "0.29.7-SNAPSHOT"
|
||||||
group = "org.domaindrivenarchitecture.provs"
|
group = "org.domaindrivenarchitecture.provs"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue