mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix exit code
This commit is contained in:
parent
95895d1fc3
commit
0548861d6c
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- echo "MAVEN_OPTS='-Xms1024M -Xmx2048M -XX:MaxPermSize=1024m -XX:-UseGCOverheadLimit'" >> ~/.mavenrc
|
||||
- "ls -la .spark-dist ${HOME}/.m2/repository/.cache/maven-download-plugin"
|
||||
- "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"
|
||||
- mkdir -p ~/R
|
||||
- echo 'R_LIBS=~/R' > ~/.Renviron
|
||||
|
|
|
|||
Loading…
Reference in a new issue