Skip to content

Commit

Permalink
Skip invoker when building site
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiranda committed Aug 10, 2018
1 parent bf33d1c commit 3939de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Expand Up @@ -13,7 +13,7 @@ merge:
commanders: []
script: |-
mvn clean install -Pxembly -Pqulice --errors --settings ../settings.xml
mvn clean site -Psite --errors --settings ../settings.xml
mvn clean site -Psite --errors --settings ../settings.xml -Dinvoker.skip
mvn clean
pdd --source=$(pwd) --verbose --file=/dev/null
deploy:
Expand Down

0 comments on commit 3939de0

Please sign in to comment.