mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Run xvfb in background
This commit is contained in:
parent
23e5670f97
commit
7d454a57ee
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ before_script:
|
|||
- tail conf/zeppelin-env.sh
|
||||
- export CHROME_BIN=/usr/bin/google-chrome-beta
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sh -e /etc/init.d/xvfb start &
|
||||
- sleep 3
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue