Skip to content

Commit

Permalink
chore: remove --swift-chunk-size 0 option to create file in public mo…
Browse files Browse the repository at this point in the history
…de [skip app] [skip tests]
  • Loading branch information
tristan-greffe committed Apr 2, 2024
1 parent a4864f0 commit a0a3de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit a0a3de7

Please sign in to comment.