diff --git a/scripts/download_resources_test.sh b/scripts/download_resources_test.sh old mode 100644 new mode 100755 index 93f9b8a3e..9e7afd7f3 --- a/scripts/download_resources_test.sh +++ b/scripts/download_resources_test.sh @@ -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