added snapshot paths to the esvm config

This commit is contained in:
Spencer Alger
2015-07-02 13:03:53 -07:00
parent f52a59acc6
commit c1f584cd3e
5 changed files with 56 additions and 60 deletions

View File

@ -64,4 +64,4 @@ install_node "$NODE_V"
npm install
release_lock
ES_PORT=$((9400 + EXECUTOR_NUMBER)) RUN=NODE_UNIT,NODE_INTEGRATION VERBOSE=true node ./scripts/ci.js
ES_PATH_REPO="./.es-snapshot-repos/$EXECUTOR_NUMBER/" ES_PORT=$((9400 + EXECUTOR_NUMBER)) RUN=NODE_UNIT,NODE_INTEGRATION VERBOSE=true node ./scripts/ci.js