mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[code coverage] always download node before team assignment (#75424)
This commit is contained in:
parent
0c6f682890
commit
f983e120b6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
def loadIngestionPipeline(ingestionPipelineName, title) {
|
||||
kibanaPipeline.bash("""
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
source src/dev/ci_setup/setup_env.sh true
|
||||
yarn kbn bootstrap --prefer-offline
|
||||
|
||||
. src/dev/code_coverage/shell_scripts/assign_teams.sh '${ingestionPipelineName}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue