add chmod for script
This commit is contained in:
parent
83afc52889
commit
3ca4a393bc
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ release:
|
||||||
- 'build/libs/sha512sum.lst'
|
- 'build/libs/sha512sum.lst'
|
||||||
script:
|
script:
|
||||||
# release to repo.meissa
|
# release to repo.meissa
|
||||||
- ./release/create-release-in-repo.sh
|
- chmod +x ./release/create-release-in-repo.sh && /bin/bash ./release/create-release-in-repo.sh
|
||||||
# release to gitlab
|
# release to gitlab
|
||||||
- apk --no-cache add curl
|
- apk --no-cache add curl
|
||||||
- |
|
- |
|
||||||
|
|
|
@ -18,7 +18,7 @@ apply plugin: "maven-publish"
|
||||||
|
|
||||||
|
|
||||||
group = "org.domaindrivenarchitecture.provs"
|
group = "org.domaindrivenarchitecture.provs"
|
||||||
version = "release-0.22.5"
|
version = "release-0.22.6"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
Loading…
Reference in a new issue