Skip to content

Commit

Permalink
fix: add source to workflow (#183)
Browse files Browse the repository at this point in the history
The merging of #161 linted
against the old version of standardising so missed this required fix
which broke Wentao's PR here:
https://github.com/linz/topo-workflows/actions/runs/6333551973/job/17201837027?pr=179
  • Loading branch information
MDavidson17 authored Sep 28, 2023
1 parent 1d21d28 commit 666cf1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions workflows/imagery/standardising-publish-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
key: bulk
arguments:
parameters:
- name: source
value: ""
- name: cutline # optional standardising cutline
value: ""
- name: collection-id # optional
Expand Down Expand Up @@ -54,6 +56,10 @@ spec:
templateRef:
name: imagery-standardising
template: main
arguments:
parameters:
- name: source
value: "{{workflow.parameters.source}}"
- - name: publish
templateRef:
name: publish-copy
Expand Down

0 comments on commit 666cf1f

Please sign in to comment.