Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add source to workflow #183

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to put a default value here as this is not optional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh sorry, I tried to remove it from the merge queue when I saw your comment but I was too slow, I will look into it and update in a new PR 😂 but it should work for you now

- 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