Skip to content

Commit

Permalink
refactor: only include cutline if specified
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Jul 17, 2023
1 parent 00e8485 commit 191c439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/test/test-cogify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
args:
- "cover"
- "--tile-matrix={{ inputs.parameters.tile_matrix }}"
- "--cutline={{= sprig.trim(inputs.parameters.cutline) }}"
- "{{= sprig.empty(inputs.parameters.cutline) ? '' : '--cutline=' + inputs.parameters.cutline }}"
- "--cutline-blend={{ inputs.parameters.cutline_blend }}"
- "--target={{= sprig.trim(inputs.parameters.target) }}"
- "{{= sprig.trim(inputs.parameters.source) }}"
Expand Down

0 comments on commit 191c439

Please sign in to comment.