Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
#256: update rultor configuration (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccostin93 committed Jul 26, 2020
1 parent 53901d6 commit d767721
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ assets:
- pubring.gpg: "proshin-roman/finapi-java-client-secrets#pubring.gpg"
- secring.gpg: "proshin-roman/finapi-java-client-secrets#secring.gpg"
docker:
image: "yegor256/rultor-image"
install: |-
image: yegor256/rultor-image:latest
install: |
sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
merge:
commanders:
- proshin-roman
- ccostin93
- proshin-roman
- ccostin93
script: mvn clean install
squash: true
release:
commanders:
- proshin-roman
- ccostin93
script: |
echo "Author of the request: ${author}"
mvn versions:set "-DnewVersion=${tag}" --quiet
Expand Down

0 comments on commit d767721

Please sign in to comment.