Skip to content

Commit

Permalink
export variable globally so it is availble in node script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jun 29, 2020
1 parent f8e7d27 commit dac1e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/code_coverage/shell_scripts/ingest_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ done

# Need to override COVERAGE_INGESTION_KIBANA_ROOT since mocha json file has original intake worker path
COVERAGE_SUMMARY_FILE=target/kibana-coverage/mocha-combined/coverage-summary.json
COVERAGE_INGESTION_KIBANA_ROOT=/dev/shm/workspace/kibana
export COVERAGE_INGESTION_KIBANA_ROOT=/dev/shm/workspace/kibana

node scripts/ingest_coverage.js --verbose --path ${COVERAGE_SUMMARY_FILE} --vcsInfoPath ./VCS_INFO.txt

Expand Down

0 comments on commit dac1e76

Please sign in to comment.