mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci] Add retry for vm image cache updates (#199320)
To address occasional transient network errors.
This commit is contained in:
parent
17db651a05
commit
51a9a39c12
2 changed files with 2 additions and 0 deletions
|
@ -78,4 +78,5 @@ steps:
|
|||
build:
|
||||
env:
|
||||
IMAGES_CONFIG="kibana/images.yml"
|
||||
RETRY="1"
|
||||
EOF
|
||||
|
|
|
@ -24,5 +24,6 @@ steps:
|
|||
build:
|
||||
env:
|
||||
IMAGES_CONFIG="kibana/images.yml"
|
||||
RETRY="1"
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue