Skip to content

Commit

Permalink
chore: add --swift-chunk-size 0 option to create file in public mode …
Browse files Browse the repository at this point in the history
…[skip app] [skip tests]
  • Loading branch information
tristan-greffe committed Apr 2, 2024
1 parent d05fdb0 commit a4864f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/$APP/e2e_tests"
LINK=$(rclone link "ovh:/dev/$APP/e2e_tests/$CURRENT_DATE.zip")
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")

0 comments on commit a4864f0

Please sign in to comment.