unit tests reflect clone pulls if-not-exists

This commit is contained in:
Brad Rydzewski
2019-10-26 11:16:40 -07:00
parent db0046c0e7
commit a319f263c9
3 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ func TestClone(t *testing.T) {
ID: "random",
Image: "drone/git:latest",
Name: "clone",
Pull: engine.PullDefault,
Pull: engine.PullIfNotExists,
RunPolicy: engine.RunAlways,
WorkingDir: "/drone/src",
Volumes: []*engine.VolumeMount{