mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-01 17:10:25 +01:00
build.sh: hackage distro upload should work soon again
https://github.com/commercialhaskell/curator/issues/8
This commit is contained in:
parent
f4dad0033a
commit
6cf1307ce3
@ -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
|
# * 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"
|
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.
|
# fixed in https://github.com/commercialhaskell/curator/pull/24
|
||||||
# docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec curator hackage-distro --target $TARGET"
|
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
|
# Build and push docker image fpco/stack-build & fpco/stack-build-small for current release
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user