Skip to content

Commit

Permalink
fix sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 7, 2024
1 parent 841bced commit b9ffc5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/download_resources_test.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -e

echo ">> Downloading resources"

# viash run src/common/sync_test_resources/config.vsh.yaml -- \
# --input "s3://openproblems-data/resources_test/grn/" \
# --output "resources_test" \
# --delete

viash run src/common/sync_test_resources/config.vsh.yaml -- \
--input "resources_test" \
--output "s3://openproblems-data/resources_test/grn/"\
--input "s3://openproblems-data/resources_test/grn/" \
--output "resources_test" \
--delete

# viash run src/common/sync_test_resources/config.vsh.yaml -- \
# --input "resources_test" \
# --output "s3://openproblems-data/resources_test/grn/"\
# --delete

0 comments on commit b9ffc5b

Please sign in to comment.