CI failing for pull requests (missing SSH key secret?) #23
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
E.g. compose-stacks/wordpress!11 or compose-stacks/traefik!5
Assume it's because Drone is set not to make secrets available to pull requests:
Not sure if there's a sensible way of fixing this, security-wise? At the very least it might be worth disabling Drone for PRs if we can't.
Yeah, permissions issue. I think we can do an "exlcude PR builds" for now. We probably want to do PR builds when we're doing more intential CI and not just getting Drone to deploy things for us. Good to have this ticket open.