mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:31:47 +00:00
Include docker command directly because node isn't available in Jenkins
This commit is contained in:
parent
1502da85cf
commit
ffc35d9d65
1 changed files with 2 additions and 1 deletions
3
services/web/Jenkinsfile
vendored
3
services/web/Jenkinsfile
vendored
|
@ -115,7 +115,8 @@ pipeline {
|
|||
|
||||
stage('Acceptance Tests') {
|
||||
steps {
|
||||
sh './node_modules/.bin/grunt test:acceptance:docker'
|
||||
sh 'docker pull sharelatex/acceptance-test-runner'
|
||||
sh 'docker run --rm -v $(pwd):/app --env SHARELATEX_ALLOW_PUBLIC_ACCESS=true sharelatex/acceptance-test-runner'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue