Skip to content

Commit

Permalink
update first, install with --fix-missing
Browse files Browse the repository at this point in the history
  • Loading branch information
davherrmann committed May 14, 2016
1 parent 5fe0d9a commit 47c80c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ assets:
docker:
image: mostalive/ubuntu-14.04-oracle-jdk8
install: |
sudo apt-get install -q -y maven
sudo apt-get update
sudo apt-get install -q -y --fix-missing maven
release:
script: |
mvn versions:set "-DnewVersion=${tag}"
Expand Down

0 comments on commit 47c80c4

Please sign in to comment.