From 6cf1307ce37fc2dbe72247808ee6978f589f1f19 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 19 Apr 2021 19:48:26 +0800 Subject: [PATCH] build.sh: hackage distro upload should work soon again https://github.com/commercialhaskell/curator/issues/8 --- automated/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index d9d02a02..aa62c587 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -141,8 +141,8 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec curator check-target-available # * Upload the new snapshot .yaml file to the appropriate Github repo, also upload its constraints docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "curator upload-docs --target $TARGET && curator upload-github --target $TARGET" -# For some reason, registering on Hackage fails with inscrutable error messages. Disabling. -# docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec curator hackage-distro --target $TARGET" +# fixed in https://github.com/commercialhaskell/curator/pull/24 +docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec curator hackage-distro --target $TARGET" # Build and push docker image fpco/stack-build & fpco/stack-build-small for current release