You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Steps to reproduce
Steps to reproduce the behavior:
Create a pipeline that will trigger paths plugin
Sign the pipeline drone sign --save <repo>
Submit a pull-request
You will be asked to approve the pipeline
Expected behavior
Pipeline validation should happen regardless of the changes paths makes to the yaml file based on pre-configured matches (or lack of the same). Perhaps validation of the signed pipeline needs to happen within or prior to a pipeline run?
Screenshots
No screenshot here, but very reproducible, it will ask for permission inside the UI from an admin on the repository.
Environment (anything that would help us investigate the bug)
OS Linux
Version Drone 2.11.0 / Paths 1.0.0
Browser Chrome, Safari
The text was updated successfully, but these errors were encountered:
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.
Steps to reproduce
Steps to reproduce the behavior:
drone sign --save <repo>
Expected behavior
Pipeline validation should happen regardless of the changes paths makes to the yaml file based on pre-configured matches (or lack of the same). Perhaps validation of the signed pipeline needs to happen within or prior to a pipeline run?
Screenshots
No screenshot here, but very reproducible, it will ask for permission inside the UI from an admin on the repository.
Environment (anything that would help us investigate the bug)
The text was updated successfully, but these errors were encountered: