From fc698d63dd071aea5a558b29bc32c092f555cf7f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 17 Apr 2019 12:29:44 -0600 Subject: [PATCH] Update jenkins.sh --- scripts/jenkins.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/scripts/jenkins.sh b/scripts/jenkins.sh index 9213e7131d..39b8a5d95b 100755 --- a/scripts/jenkins.sh +++ b/scripts/jenkins.sh @@ -1,12 +1,6 @@ #!/bin/bash -set -e - -#export NVM_DIR="$HOME/.nvm" -#[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" -#nvm use 10 - -set -x +set -ex # check out corresponding branches of dependencies. # clone the deps with depth 1: we know we will only ever need that one commit. @@ -14,12 +8,6 @@ set -x yarn install -# run the mocha tests -#yarn test - -# run eslint -#yarn lintall -- -f checkstyle -o eslint.xml || true - rm dist/riot-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist # Since the deps are fetched from git, we can rev-parse