diff --git a/scripts/run_e2e_test.sh b/scripts/run_e2e_test.sh index 30fb2f9b..491a65e4 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/$APP/e2e_tests" -LINK=$(rclone link "ovh:/dev/$APP/e2e_tests/$CURRENT_DATE.zip") \ No newline at end of file +rclone copy "$ROOT_DIR/test/$CURRENT_DATE.zip" "ovh:/dev/e2e_tests/$APP" --swift-chunk-size 0 +LINK=$(rclone link "ovh:/dev/e2e_tests/$APP/$CURRENT_DATE.zip") \ No newline at end of file