From a90e8fab0dc2d68e456df6ab3a4229dc42c119d8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Aug 2019 07:42:00 +0000 Subject: [PATCH] Regenerate LTS snapshots when using NOPLAN --- automated/build-next.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automated/build-next.sh b/automated/build-next.sh index 79edd3ba..e9124566 100755 --- a/automated/build-next.sh +++ b/automated/build-next.sh @@ -117,6 +117,8 @@ then else docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator update && stackage-curator constraints --target $TARGET && stackage-curator snapshot-incomplete && stackage-curator snapshot" fi +else + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator snapshot" fi