Update Jenkinsfile

This commit is contained in:
Joe Green
2017-09-26 11:44:48 +01:00
committed by GitHub
parent 2af05030f2
commit c3e3e3d8ac

2
Jenkinsfile vendored
View File

@@ -30,7 +30,7 @@ pipeline {
sh 'rm -fr ./_docker-runner'
sh 'npm install'
sh 'npm rebuild'
sh 'npm install --quiet grunt-cli sqlite3'
sh 'npm install --quiet grunt-cli'
}
}
stage('Compile and Test') {