drone-convert-pathschanged
drone-convert-pathschanged copied to clipboard
Drone conversion extension to include/exclude pipelines and pipeline steps based on paths changed
### Describe the bug When a new tag is pushed, it sends the 'ref' data (refs/tags/...) which makes sense. But there is also a pathschanged flag based on the last...
Functionally, this extension alters yaml that is sent back to drone-server for scheduling. Because of this, we are encountering a runtime issue on any signed repository when paths is invoked....
also raising go to v1.17 Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our [code of conduct](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. Fixes #92 ## Proposed Changes -...
Many of the module dependencies in this project are out of date, we should update to the latest versions available.
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our [code of conduct](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. Fixes # ## Proposed Changes - Add support for GitLab provider...
### Observed Behaviour i try to run container ``` docker run -d \ --publish=3000:3000 \ --env=DRONE_DEBUG=true \ --env=DRONE_SECRET=XXX \ --env=TOKEN=XXX \ --env=PROVIDER=gitlab \ --env=GITHUB_SERVER=https://mygitlab.domain.com \ --restart=always \ --name=converter meltwater/drone-convert-pathschanged ```...