Skip to content

Commit

Permalink
fix rclone command
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 28, 2024
1 parent 7b8500e commit 4054b4c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ def test_deploy_neuroconv_batch_job(self):
aws_secret_access_key=aws_secret_access_key,
)

rclone_command = "rclone copy test_google_drive_remote:testing_rclone_spikeglx/ci_tests /mnt/efs/source"
rclone_command = (
"rclone copy test_google_drive_remote:testing_rclone_spikeglx/ci_tests /mnt/efs/source"
"--verbose --progress --config ./rclone.conf" # TODO: should just include this in helper function?
)

testing_base_folder_path = pathlib.Path(__file__).parent.parent.parent
yaml_specification_file_path = (
Expand Down

0 comments on commit 4054b4c

Please sign in to comment.