diff --git a/automated/build.sh b/automated/build.sh index dc4e9f29..a5cc0294 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-incomplete --target $TARGET && curator snapshot" + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator snapshot" fi