Skip to content

Commit

Permalink
#167 rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 9, 2022
1 parent 8a08021 commit d176fda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docker:
image: yegor256/rultor-image:1.9.1
assets:
settings.xml: yegor256/home#assets/jcabi/settings.xml
secring.gpg: yegor256/home#assets/secring.gpg
Expand All @@ -10,8 +12,7 @@ merge:
release:
pre: false
script: |-
env
export JAVA_HOME=/usr/lib/jvm/default-java
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}" --batch-mode
git commit -am "${tag}"
mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
Expand Down

0 comments on commit d176fda

Please sign in to comment.