Skip to content

Commit

Permalink
Updated Pipeliner and release.yaml pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: dhoard <[email protected]>
  • Loading branch information
dhoard committed Jan 6, 2025
1 parent 1746dbe commit 97512a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified .pipeliner/verifyica-pipeliner.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ pipeline:
- name: release
enabled: true
steps:
- name: check for release property
run: if [ -z "${{ release }}" ]; then echo "release property is required, exiting" && exit 1; fi
- name: change version
enabled: true
run: |
Expand Down

0 comments on commit 97512a5

Please sign in to comment.