docker-credential-helpers
docker-credential-helpers copied to clipboard
Travis builds fails due to credential issue
Hi All,
For my PR- https://github.com/docker/docker-credential-helpers/pull/151 - the travis job is failing here - https://travis-ci.org/docker/docker-credential-helpers/jobs/534754946#L401
--- FAIL: TestPassHelper (0.05s)
pass_linux_test.go:26: no usernames for https://foobar.docker.io:2376/v1
FAIL
FAIL github.com/docker/docker-credential-helpers/pass 0.057s
? github.com/docker/docker-credential-helpers/pass/cmd [no test files]
From above looks to be a credential related issue here - https://github.com/docker/docker-credential-helpers/blob/master/pass/pass_linux_test.go#L15 . Any pointers as to what is being missed in above travis job to make it pass in the PR ?