Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Commit

Permalink
Add temporary fix for elastic/curator#1368
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <knut@ahlers.me>
  • Loading branch information
Luzifer committed Mar 18, 2019
1 parent 2bb541a commit 02bc617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Expand Up @@ -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

### ---- ###

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -1 +1,2 @@
elasticsearch-curator==5.6.0
PyYAML==3.13

0 comments on commit 02bc617

Please sign in to comment.