mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
remove NODE_ENV=test (#58037)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
dd8eb62d9a
commit
d6aff77485
2 changed files with 1 additions and 6 deletions
|
@ -13,11 +13,7 @@ stage("Kibana Pipeline") { // This stage is just here to help the BlueOcean UI a
|
|||
]) {
|
||||
parallel([
|
||||
'kibana-intake-agent': {
|
||||
withEnv([
|
||||
'NODE_ENV=test' // Needed for jest tests only
|
||||
]) {
|
||||
kibanaPipeline.intakeWorker('kibana-intake', './test/scripts/jenkins_unit.sh')()
|
||||
}
|
||||
kibanaPipeline.intakeWorker('kibana-intake', './test/scripts/jenkins_unit.sh')()
|
||||
},
|
||||
'x-pack-intake-agent': {
|
||||
withEnv([
|
||||
|
|
|
@ -5,7 +5,6 @@ source test/scripts/jenkins_test_setup.sh
|
|||
if [[ -z "$CODE_COVERAGE" ]] ; then
|
||||
"$(FORCE_COLOR=0 yarn bin)/grunt" jenkins:unit --dev;
|
||||
else
|
||||
echo "NODE_ENV=$NODE_ENV"
|
||||
echo " -> Running jest tests with coverage"
|
||||
node scripts/jest --ci --verbose --coverage
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue