From 79a26debdfc6a706696b79d8fb7bd24a06d7da93 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 4 Mar 2021 02:19:36 +0000 Subject: [PATCH] Revert "Preserves snapshot-incomplete with NOPLAN=1" --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index a5cc0294..dc4e9f29 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -108,7 +108,7 @@ then docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator update && curator constraints --target $TARGET && curator snapshot-incomplete --target $TARGET && curator snapshot" fi else - docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator snapshot" + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator snapshot-incomplete --target $TARGET && curator snapshot" fi