Skip to content

Commit

Permalink
chore: tidy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Aug 9, 2023
1 parent 2fed161 commit eaeb9ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/imagery/standardising.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ spec:
- name: generate-ulid
template: generate-ulid

# uncomment when needing to translate ascii files
# uncomment when need to translate ascii files
# - name: convert-asc-files
# template: convert-asc-files
# arguments:
Expand All @@ -235,7 +235,7 @@ spec:
value: "{{workflow.parameters.include}}"
- name: source
value: "{{=sprig.trim(workflow.parameters.source)}}"
# switch to when needing to translate ascii files
# switch to when need to translate ascii files
# value: "{{tasks.get-location.outputs.parameters.location}}translated-asc-files/"
- name: source_epsg
value: "{{=sprig.trim(workflow.parameters['source-epsg'])}}"
Expand All @@ -245,7 +245,7 @@ spec:
value: "{{= workflow.parameters.retile}}"
- name: version
value: "{{= workflow.parameters['version-argo-tasks']}}"
# uncomment when needing to translate ascii files
# uncomment when need to translate ascii files
# depends: "convert-asc-files"

- name: group
Expand Down

0 comments on commit eaeb9ff

Please sign in to comment.