mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Include docker command directly because node isn't available in Jenkins
This commit is contained in:
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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user