Skip to content

Commit

Permalink
fix: update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Sep 4, 2023
1 parent 96b7f82 commit 97d14a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Dict, List, Set, Union

CATALOG_FILE = "./data/imagery/stac/catalog.json"
COMMAND = "argo submit --from wftmpl/publish-copy -n argo -f ./{0}.yaml --generate-name {1}-\n"
COMMAND = "argo submit --from wftmpl/publish-odr -n argo -f ./{0}.yaml --generate-name {1}-\n"
VALID_SCALES: Set[str] = {"500", "1000", "2000", "5000", "10000", "50000"}


Expand Down

0 comments on commit 97d14a8

Please sign in to comment.