mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Set LANG for Gitlab build
This commit is contained in:
parent
eb46df2050
commit
0304353465
@ -2,6 +2,7 @@
|
||||
set -ex
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
|
||||
mkdir -p etc/docker/_artifacts
|
||||
export LANG=C.UTF-8
|
||||
stack build Cabal # Memory
|
||||
stack install --local-bin-path=etc/docker/_artifacts "$@"
|
||||
rsync -av --delete config static etc/docker/_artifacts/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user