mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update Jenkinsfile
This commit is contained in:
parent
0d613a6480
commit
33dfe5b2a2
1 changed files with 1 additions and 1 deletions
2
services/clsi/Jenkinsfile
vendored
2
services/clsi/Jenkinsfile
vendored
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue