Skip to content

Commit

Permalink
use custom docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
davherrmann committed May 16, 2016
1 parent 034dd06 commit 89a061a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@ assets:
pubring.gpg: "davherrmann/rultor-config#assets/pubring.gpg"
secring.gpg: "davherrmann/rultor-config#assets/secring.gpg"
docker:
image: mostalive/ubuntu-14.04-oracle-jdk8
install: |
sudo apt-get update
sudo apt-get install -q -y software-properties-common
sudo apt-add-repository -y ppa:andrei-pozolotin/maven3
sudo apt-get update
sudo apt-get install -q -y maven3
sudo apt-get install -q -y git
image: davherrmann/java8maven
release:
script: |
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Prelease --settings /home/r/settings.xml
mvn clean deploy -Prelease --settings /home/r/settings.xml

0 comments on commit 89a061a

Please sign in to comment.