wip
Go to file
2022-06-12 04:01:08 +02:00
go.mod initial commit 2022-06-12 04:01:08 +02:00
go.sum initial commit 2022-06-12 04:01:08 +02:00
main.go initial commit 2022-06-12 04:01:08 +02:00
README.md initial commit 2022-06-12 04:01:08 +02:00
test.sh initial commit 2022-06-12 04:01:08 +02:00

drone-skip-pipeline

this program is supposed to work as a DroneCI plugin.

  • skips pipelines if files/patterns listed are not matched.
  • works on commits
  • works on arbitrary commits, not just PRs
  • works with any Gitea instance

heavily inspired by joshdk's drone-skip-pipeline, except this plugin only works with Gitea instances, whereas the former only worked with GitHub.

License

CC0