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