mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 06:31:52 +00: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 'rm -fr ./_docker-runner'
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
sh 'npm rebuild'
|
sh 'npm rebuild'
|
||||||
sh 'npm install --quiet grunt-cli sqlite3'
|
sh 'npm install --quiet grunt-cli'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Compile and Test') {
|
stage('Compile and Test') {
|
||||||
|
|
Loading…
Reference in a new issue