write netrc file in build images

This commit is contained in:
Brad Rydzewski
2016-04-23 13:51:12 -07:00
parent f3709922b3
commit f9eda30f3e
6 changed files with 26 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ func TestSecret(t *testing.T) {
g.It("should match any image", func() {
secret := Secret{}
secret.Images = []string{"*"}
g.Assert(secret.MatchImage("golang")).IsTrue()
g.Assert(secret.MatchImage("custom/golang")).IsTrue()
})
g.It("should match any event", func() {
secret := Secret{}