Skip to content

Commit

Permalink
fix: workaround parameter value is required
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Apr 15, 2024
1 parent 7838979 commit fc1eb20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflows/raster/publish-odr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ spec:
- name: source
value: 's3://linz-imagery-staging/test/sample/'
- name: target_bucket_name
value: ''
enum:
- 'nz-elevation'
- 'nz-imagery'
- '' # FIXME workaround as `value` is required and has to be part of `enum`
- name: copy_option
value: '--no-clobber'
enum:
Expand Down
2 changes: 2 additions & 0 deletions workflows/raster/standardising.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,11 @@ spec:
- 'false'
- 'true'
- name: target_bucket_name
value: ''
enum:
- 'nz-imagery'
- 'nz-elevation'
- '' # FIXME workaround as `value` is required and has to be part of `enum`
- name: copy_option
value: '--no-clobber'
enum:
Expand Down

0 comments on commit fc1eb20

Please sign in to comment.