From b9ffc5b1d591e96f69f90e2e98ab887251c34597 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Sat, 7 Sep 2024 22:15:30 +0200 Subject: [PATCH] fix sync script --- scripts/download_resources_test.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) mode change 100644 => 100755 scripts/download_resources_test.sh 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