Skip to content

Commit

Permalink
fix upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jun 28, 2024
1 parent 9b0b86f commit d4454da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload_test_files_to_azurite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ copy_file() {
az storage blob upload --file "${from}" --name "${to}" --container-name "delta-testing-public" --connection-string "${conn_string}"
}

cd ./build/debug/rust/src/delta_kernel/acceptance/tests/dat/out/reader_tests/generated
cd ./build/release/rust/src/delta_kernel/acceptance/tests/dat/out/reader_tests/generated &&
while read filepath; do
remote_filepath=dat/"$(echo "${filepath}" | cut -c 3-)"
copy_file "${filepath}" "${remote_filepath}"
Expand Down

0 comments on commit d4454da

Please sign in to comment.