Create coverage folder first

Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
Michael Barz
2020-10-01 09:38:18 +02:00
parent 57a1eec5f6
commit 3f86d062c7
+1
View File
@@ -255,6 +255,7 @@ def uploadCoverage(ctx):
}
},
'commands': [
'mkdir -p coverage',
'mc mirror cache/cache/%s/%s/coverage coverage/' % (ctx.repo.slug, ctx.build.commit + '-${DRONE_BUILD_NUMBER}'),
]
},