Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
remove deploy
  • Loading branch information
almerico authored Aug 14, 2019
1 parent f00289a commit 84f9d5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ pipeline {
sh "git tag -fa v\$(cat VERSION) -m \"Release version \$(cat VERSION)\""
sh "git push origin v\$(cat VERSION)"
}
container('maven') {
sh 'mvn clean deploy -DskipTests'

}
}
}
}
Expand Down

0 comments on commit 84f9d5b

Please sign in to comment.