mirror of
https://github.com/luzifer-docker/curator.git
synced 2024-11-09 14:49:59 +00:00
Add temporary fix for elastic/curator#1368
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2bb541a972
commit
02bc617004
2 changed files with 2 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -43,6 +43,7 @@ fi
|
|||
|
||||
echo "Writing requirements.txt"
|
||||
echo "elasticsearch-curator==${CURATOR_VERSION}" > requirements.txt
|
||||
echo "PyYAML==3.13" >>requirements.txt # Temp. fix for https://github.com/elastic/curator/issues/1368
|
||||
|
||||
### ---- ###
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
elasticsearch-curator==5.6.0
|
||||
PyYAML==3.13
|
||||
|
|
Loading…
Reference in a new issue