Skip to content

Commit

Permalink
#62 rultor back
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 5, 2022
1 parent 763613c commit 43e94ef
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
docker:
image: yegor256/rultor-image:1.9.1
assets:
settings.xml: yegor256/home#assets/jcabi/settings.xml
secring.gpg: yegor256/home#assets/secring.gpg
pubring.gpg: yegor256/home#assets/pubring.gpg
install: |
pdd --file=/dev/null
merge:
script: |
mvn clean install -Pqulice --errors --batch-mode
release:
pre: false
script: |-
[[ "${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
mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode

0 comments on commit 43e94ef

Please sign in to comment.