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

@@ -7,6 +7,7 @@
"image": "drone/git:latest",
"labels": {},
"name": "clone",
"pull": "if-not-exists",
"run_policy": "always",
"volumes": [
{

View File

@@ -8,6 +8,7 @@
"labels": {},
"name": "clone",
"run_policy": "always",
"pull": "if-not-exists",
"volumes": [
{
"name": "_workspace",