Skip to content

Commit

Permalink
Remove tests from deploy phase
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Jul 29, 2024
1 parent 243e113 commit e8d8e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {

stage('deploy') {
steps {
sh 'mvn -B deploy'
sh 'mvn -B deploy -DskipTests'
}
}

Expand Down

0 comments on commit e8d8e7c

Please sign in to comment.