skip tests on deployment.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2020-10-06 01:53:09 +02:00
parent 376812a28e
commit 6904b602c1

View file

@ -19,7 +19,7 @@ steps:
REPO_TOKEN: REPO_TOKEN:
from_secret: repo-token from_secret: repo-token
commands: commands:
- mvn -s maven-settings.xml deploy - mvn -s maven-settings.xml deploy -DskipTests=true
when: when:
branch: branch:
include: include: