Skip to content

Commit

Permalink
fix: standardise publish workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Jul 25, 2023
1 parent 3cfcc33 commit fd8d93f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions workflows/imagery/standardising-publish-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
value: ".tiff?$"
- name: transform
value: "f"
- name: validate
value: "true"
- name: retile
value: "false"
- name: version-argo-tasks
value: "v2.9"
- name: version-basemaps-cli
Expand Down
2 changes: 1 addition & 1 deletion workflows/imagery/standardising.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ spec:
- name: source
value: "{{=sprig.trim(workflow.parameters.source)}}"

- name: source_epsg
- name: source-epsg
value: "{{=sprig.trim(workflow.parameters['source-epsg'])}}"

- name: validate
Expand Down

0 comments on commit fd8d93f

Please sign in to comment.