mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci] Fix environment for cache update (#199644)
Switches to setting properties
This commit is contained in:
parent
8136bcc0e4
commit
a4db534e79
2 changed files with 4 additions and 4 deletions
|
@ -77,6 +77,6 @@ steps:
|
|||
async: true
|
||||
build:
|
||||
env:
|
||||
IMAGES_CONFIG="kibana/images.yml"
|
||||
RETRY="1"
|
||||
IMAGES_CONFIG: "kibana/images.yml"
|
||||
RETRY: "1"
|
||||
EOF
|
||||
|
|
|
@ -23,7 +23,7 @@ steps:
|
|||
async: true
|
||||
build:
|
||||
env:
|
||||
IMAGES_CONFIG="kibana/images.yml"
|
||||
RETRY="1"
|
||||
IMAGES_CONFIG: "kibana/images.yml"
|
||||
RETRY: "1"
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue