Skip to content

Commit

Permalink
set output to required for cargo/build pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 committed Oct 23, 2024
1 parent 1cbadb0 commit 2e40396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/build/pipelines/cargo/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ needs:

inputs:
output:
required: true
description: |
Filename to use when writing the binary. The final install location inside
the apk will be in prefix / install-dir / output
Expand Down

0 comments on commit 2e40396

Please sign in to comment.