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"