From d8ff9f369f220735590a2f4cee1fba3ffc9967ec Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 8 Aug 2018 10:54:58 -0400 Subject: [PATCH] Update build script to point to commercialhaskell --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 4c1bec74..c2b21131 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -17,7 +17,7 @@ else TAG=$SHORTNAME fi -IMAGE=snoyberg/stackage:$TAG +IMAGE=commercialhaskell/stackage:$TAG PLAN_FILE=current-plan.yaml DOCMAP_FILE=current-docmap.yaml