mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
run make clean before compile_full on CI
This commit is contained in:
parent
458bbc7cfd
commit
29018d5af6
1 changed files with 1 additions and 1 deletions
2
services/web/Jenkinsfile
vendored
2
services/web/Jenkinsfile
vendored
|
@ -49,7 +49,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
sh 'make compile_full'
|
||||
sh 'make clean compile_full'
|
||||
// replace the build number placeholder for sentry
|
||||
sh 'node_modules/.bin/grunt version'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue