Skip to content

Commit

Permalink
Run jenkins:unit task with dev flag in order to run license check (el…
Browse files Browse the repository at this point in the history
…astic#19832)

* chore(19674): added dev flag when calling jenkins:unit grunt task so we can check dev licenses on ours ci jobs.

* chore(NA): update yarn lock files with integrity info.
  • Loading branch information
mistic committed Nov 12, 2018
1 parent b44e1cc commit a57e277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/jenkins_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ source "$(dirname $0)/../../src/dev/ci_setup/java_setup.sh"

export TEST_BROWSER_HEADLESS=1
export TEST_ES_FROM=${TEST_ES_FROM:-source}
"$(FORCE_COLOR=0 yarn bin)/grunt" jenkins:unit --from=source;
"$(FORCE_COLOR=0 yarn bin)/grunt" jenkins:unit --from=source --dev;

0 comments on commit a57e277

Please sign in to comment.