Skip to content

Commit

Permalink
ci: fix dry-run steps
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Mar 6, 2024
1 parent ca4794c commit 4aba2cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .woodpecker/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ steps:
commands:
- make goreleaser-snapshot
- ls -l dist/
when:
when: &when-dryrun
- event: [pull_request, push, manual]

- name: executable
image: docker.io/library/golang:1.22
commands:
- $(find dist/ -executable -type f -iwholename *${CI_REPO_NAME}_linux_amd64*/${CI_REPO_NAME}*) --help
when: *when-dryrun

- name: changelog
image: quay.io/thegeeklab/git-sv
Expand Down

0 comments on commit 4aba2cd

Please sign in to comment.