mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: DO NOT USE CHROME_BIN
This commit is contained in:
parent
8926cd8026
commit
61a7f9ee0d
2 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ before_script:
|
|||
- echo "export SPARK_HOME=`pwd`/spark-$SPARK_VER-bin-hadoop$HADOOP_VER" > conf/zeppelin-env.sh
|
||||
- echo "export ZEPPELIN_HELIUM_REGISTRY=helium" >> conf/zeppelin-env.sh
|
||||
- tail conf/zeppelin-env.sh
|
||||
- export CHROME_BIN=chromium-browser
|
||||
# - 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
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ var chromeOptions = {
|
|||
}
|
||||
|
||||
if (process.env.TRAVIS) {
|
||||
chromeOptions.binary = process.env.CHROME_BIN;
|
||||
// chromeOptions.binary = process.env.CHROME_BIN;
|
||||
}
|
||||
|
||||
baseConfig.capabilities.chromeOptions = chromeOptions;
|
||||
|
|
|
|||
Loading…
Reference in a new issue