Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-bochenski committed Aug 8, 2019
1 parent 18abfe3 commit 3579c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
node('linux') {
node('linux') {
stage('pre-commit') {
checkout scm
infra.checkout(null)
sh '''
git --version
curl https://pre-commit.com/install-local.py | python -
/home/jenkins/bin/pre-commit run --all-files
'''
}
}
buildPlugin()
buildPlugin()

0 comments on commit 3579c4a

Please sign in to comment.