Fix the Woodpecker docker-build
pipeline #52
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The pipeline currently ignores the
when: path:
block and run on every matching events.We need to find a solution.
Following discussions I had with Woodpecker folks on the Matrix chat room.
This bug happens on Gitea because the PR event doesn't provide a list of changed files. The feature has been developed, tho. And it is supposed to be part of the upcoming 1.18 release. See https://github.com/go-gitea/gitea/issues/654.
So, let's wait and see :)
Gitea 1.18 upgrade is in progress docker/gitea#5
The last commit (merge on master) didn't run the docker-build steps https://woodpecker.aireone.xyz/Aire-One/awesomewm.d.tl/build/271/9 (only the clone steps have run).
This is a success, we can close this issue 🎉
The
dryrun
step is still running for thepull_request
event. The appropriate fix on the Woodpecker side in only available on thenext
tag.I'm reopening this issue to keep track of it.