mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
etc/build_deploy.sh: use Docker for build
This commit is contained in:
parent
b16a9b4f37
commit
9cef058b9c
@ -3,7 +3,7 @@
|
||||
set -xe
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
||||
ENV="$1"; shift
|
||||
stack --install-ghc test "$@"
|
||||
stack --docker --docker-auto-pull test "$@"
|
||||
etc/docker/build.sh --no-build "$@"
|
||||
etc/docker/push.sh "$ENV"
|
||||
etc/kubernetes/deploy_rc.sh "$ENV"
|
||||
Loading…
Reference in New Issue
Block a user