Newer curator

This commit is contained in:
Michael Snoyman 2020-04-16 12:20:39 +03:00
parent 91150f1df2
commit 1afd08ff0a
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd)
cd $BINDIR
rm -f curator stack *.bz2
curl -L "https://download.fpcomplete.com/stackage-curator-2/curator-85b021a53833ff310fc66b3fdc5ca3f7828ce18b.bz2" | bunzip2 > curator
curl -L "https://s3.amazonaws.com/haddock.stackage.org/curator/curator-80cd5b697f5b00ba13b1bba89cf31918201ce6f0.bz2" | bunzip2 > curator
chmod +x curator
echo -n "curator version: "
docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version

View File

@ -27,7 +27,7 @@ mkdir -p /tmp/awscli
cd /tmp/awscli
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
./aws/install --bin-dir /usr/bin
)
rm -rf /tmp/awscli