mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: print chrome version
This commit is contained in:
parent
f961a90ff5
commit
9c20a44714
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ before_script:
|
|||
- echo "export ZEPPELIN_HELIUM_REGISTRY=helium" >> conf/zeppelin-env.sh
|
||||
- tail conf/zeppelin-env.sh
|
||||
- export CHROME_BIN=chromium-browser
|
||||
- $CHROME_BIN --version
|
||||
- sleep 3
|
||||
- echo "MAVEN_OPTS='-Xms1024M -Xmx2048M -XX:MaxPermSize=1024m -XX:-UseGCOverheadLimit -Dorg.slf4j.simpleLogger.defaultLogLevel=info'" > ~/.mavenrc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue