Skip to content

Commit

Permalink
#4 Убрал export display.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard committed Sep 15, 2016
1 parent 5f7bc44 commit 29bcaf4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ node {
docker exec `docker ps -q -f name=.base.` bin/phpunit -c app/
'''
wrap([$class: 'Xvfb']) {
sh '''
export DISPLAY=:0
cd base/php-bdd/
bin/behat --config app/config/behat.yml
'''
sh 'cd base/php-bdd/'
sh 'bin/behat --config app/config/behat.yml'
}
}
stage('Stop docker containers') {
Expand Down

0 comments on commit 29bcaf4

Please sign in to comment.