From a0a3de77376c630cb39178b615476747a9628a34 Mon Sep 17 00:00:00 2001 From: tristan-greffe Date: Tue, 2 Apr 2024 22:18:14 +0200 Subject: [PATCH] chore: remove --swift-chunk-size 0 option to create file in public mode [skip app] [skip tests] --- scripts/run_e2e_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_e2e_test.sh b/scripts/run_e2e_test.sh index 491a65e4..c820dfd3 100644 --- a/scripts/run_e2e_test.sh +++ b/scripts/run_e2e_test.sh @@ -37,5 +37,5 @@ yarn test:client > "$ROOT_DIR/test/run/chrome/e2e_test_log.txt" 2>&1 cd "$ROOT_DIR/test" zip -r "$ROOT_DIR/test/$CURRENT_DATE.zip" run -rclone copy "$ROOT_DIR/test/$CURRENT_DATE.zip" "ovh:/dev/e2e_tests/$APP" --swift-chunk-size 0 +rclone copy "$ROOT_DIR/test/$CURRENT_DATE.zip" "ovh:/dev/e2e_tests/$APP" LINK=$(rclone link "ovh:/dev/e2e_tests/$APP/$CURRENT_DATE.zip") \ No newline at end of file