From 5dd77186e6814b2b7c020640999376539ee014c8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 20 Aug 2021 12:37:58 +0300 Subject: [PATCH] Fix NOPLAN=2 case --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 49ac33c2..7f2a15b4 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -104,7 +104,7 @@ then docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator snapshot-incomplete --target $TARGET && curator snapshot" elif [ "${NOPLAN:-}x" = "2x" ] then - docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator snapshot-incomplete --target $TARGET && curator snapshot" + docker run $ARGS_PREBUILD $IMAGE curator snapshot elif [ $SHORTNAME = "lts" ] then docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator constraints --target $TARGET && curator snapshot-incomplete --target $TARGET && curator snapshot"