From 984e280a8e482d0480aafe5b37c3a7e8c318cabb Mon Sep 17 00:00:00 2001 From: Alice Fage Date: Mon, 4 Sep 2023 13:53:57 +1200 Subject: [PATCH] fix: re-comment subprocess commands --- tools/generate-argo-cli-commands-nz-imagery-publish-copy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/generate-argo-cli-commands-nz-imagery-publish-copy.py b/tools/generate-argo-cli-commands-nz-imagery-publish-copy.py index afc02c7d..bb1f603c 100755 --- a/tools/generate-argo-cli-commands-nz-imagery-publish-copy.py +++ b/tools/generate-argo-cli-commands-nz-imagery-publish-copy.py @@ -57,9 +57,9 @@ def _tmp_target_edit(target: str) -> str: return target.replace("s3://linz-imagery/", "s3://nz-imagery/") ## Uncomment if you need to retrieve the STAC files -_run_command(["git", "clone", """git@github.com:linz/imagery""", "./data/imagery-stac/"], None) +# _run_command(["git", "clone", """git@github.com:linz/imagery""", "./data/imagery-stac/"], None) ## Need to be logged into imagery account to get the catalog.json file -_run_command(["s5cmd", "cp", "s3://linz-imagery/catalog.json", "./data/imagery-stac/"], None) +# _run_command(["s5cmd", "cp", "s3://linz-imagery/catalog.json", "./data/imagery-stac/"], None) with open(CATALOG_FILE, encoding="utf-8") as catalog: