Skip to content

Commit

Permalink
#913-2 fixing master
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed Jan 24, 2019
1 parent 48e372b commit 93f22f1
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 @@ -12,12 +12,12 @@ assets:
s3cfg: zerocracy/home#assets/s3cfg
merge:
script: |-
mvn clean
pdd --source=$(pwd) --verbose --file=/dev/null
est --dir=est --file=/dev/null
./years.sh
mvn clean install -Pqulice-profile -Pqulice --errors --settings ../settings.xml
mvn clean site -Psite --errors --settings ../settings.xml
mvn clean
commanders:
- carlosmiranda
- darkled
Expand Down Expand Up @@ -45,6 +45,7 @@ release:
git commit -am "${tag}"
mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml
mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml || echo 'site-deploy failed'
mvn clean
commanders:
- krzyk
- yegor256

0 comments on commit 93f22f1

Please sign in to comment.