skip tests on deployment.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
376812a28e
commit
6904b602c1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
REPO_TOKEN:
|
||||
from_secret: repo-token
|
||||
commands:
|
||||
- mvn -s maven-settings.xml deploy
|
||||
- mvn -s maven-settings.xml deploy -DskipTests=true
|
||||
when:
|
||||
branch:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue