Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-03-18 20:33:30 +01:00
parent 2bb541a972
commit 02bc617004
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 2 additions and 0 deletions

View File

@ -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
### ---- ###

View File

@ -1 +1,2 @@
elasticsearch-curator==5.6.0
PyYAML==3.13