mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Mute dependency install logs
This commit is contained in:
parent
78109af26d
commit
1d85b5c162
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- echo "MAVEN_OPTS='-Xms1024M -Xmx2048M -XX:MaxPermSize=1024m -XX:-UseGCOverheadLimit'" >> ~/.mavenrc
|
||||
- ./testing/install_external_dependencies.sh
|
||||
- ./testing/install_external_dependencies.sh > /dev/null 2>&1
|
||||
- ls -la .spark-dist ${HOME}/.m2/repository/.cache/maven-download-plugin || true
|
||||
- ls .node_modules && cp -r .node_modules zeppelin-web/node_modules || echo "node_modules are not cached"
|
||||
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1600x1024x16"
|
||||
|
|
|
|||
Loading…
Reference in a new issue