fix gopath volume for ocis modules testing

This commit is contained in:
Willy Kloucek committed 2020-11-26 14:57:20 +01:00
1 parent c5a75291f9
commit da20db18bc
1 file changed
+6
+6
View File
@@ -307,6 +307,12 @@ def testing(ctx, module):
'refs/pull/**',
],
},
'volumes': [
{
'name': 'gopath',
'temp': {},
},
],
}
def uploadCoverage(ctx):