Skip to content

Commit

Permalink
fix: re-comment subprocess commands
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Sep 4, 2023
1 parent 131bccb commit 984e280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/generate-argo-cli-commands-nz-imagery-publish-copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 984e280

Please sign in to comment.