New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated signed yaml verification #41
Conversation
As of Drone 0.7 the signed yaml verification is deprecated, so we shouldn't need to check for it when using IAM roles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not against this change, but splitting it up into multiple feature pull requests would speed up the merge and review time since it covers more than what the title says ;)
|
|
||
| ADD contrib/mime.types /etc/ | ||
| ADD release/linux/amd64/drone-s3 /bin/ | ||
| FROM alpine:3.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use the alpine image for go-only plugins, please use plugins/base:multiarch
|
@tboerger oh, sorry, it seems I opened the PR from my master branch :p |
|
Moved this here: #42 |
As of Drone 0.7 the signed yaml verification is deprecated, so we shouldn't need to check for it when using IAM roles.