mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-29 07:30:25 +01:00
build.sh: update to latest curator build
with commercialhaskell/curator#24
This commit is contained in:
parent
6cf1307ce3
commit
cf5a7625b3
@ -63,7 +63,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd)
|
|||||||
cd $BINDIR
|
cd $BINDIR
|
||||||
rm -f curator stack *.bz2
|
rm -f curator stack *.bz2
|
||||||
|
|
||||||
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-8bf6978fc0c3556a2c85b72b48d516ed55834d47/curator.bz2" | bunzip2 > curator
|
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-1ef870178f6a0544fe5a3fd23a83fc075aabd695/curator.bz2" | bunzip2 > curator
|
||||||
chmod +x curator
|
chmod +x curator
|
||||||
echo -n "curator version: "
|
echo -n "curator version: "
|
||||||
docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version
|
docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user