Skip to content
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

Cannot pull in Drone 0.7 #51

Closed
HannanSolo opened this issue Oct 18, 2017 · 2 comments
Closed

Cannot pull in Drone 0.7 #51

HannanSolo opened this issue Oct 18, 2017 · 2 comments

Comments

@HannanSolo
Copy link

When drone tries to pull the image it gets

panic: EOF
goroutine 1 [running]:
github.com/NYTimes/drone-gke/vendor/github.com/drone/drone-plugin-go/plugin.MustParse()

        /go/src/github.com/NYTimes/drone-gke/vendor/github.com/drone/drone-plugin-go/plugin/param.go:129 +0x4e
main.wrapMain(0x0, 0x0)
       /go/src/github.com/NYTimes/drone-gke/main.go:76 +0x5a3
main.main()
	/go/src/github.com/NYTimes/drone-gke/main.go:50 +0x22```
@jrynyt
Copy link

jrynyt commented Oct 19, 2017

that looks like bad parameters passed in through the drone config: https://github.com/drone/drone-plugin-go/blob/master/plugin/param.go#L124-L130

unrelated to pulling image.

@HannanSolo
Copy link
Author

Looks like I had the secrets collum when i didn't need it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants