Update jenkins.sh

This commit is contained in:
Travis Ralston
2019-04-17 12:22:40 -06:00
committed by GitHub
parent a5592d5c1f
commit b893ea3bdb

View File

@@ -15,10 +15,10 @@ set -x
yarn install
# run the mocha tests
yarn test
#yarn test
# run eslint
yarn lintall -- -f checkstyle -o eslint.xml || true
#yarn lintall -- -f checkstyle -o eslint.xml || true
rm dist/riot-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist