fix gopath volume for ocis modules testing

This commit is contained in:
Willy Kloucek
2020-11-26 09:12:29 +01:00
parent c5a75291f9
commit da20db18bc

View File

@@ -307,6 +307,12 @@ def testing(ctx, module):
'refs/pull/**',
],
},
'volumes': [
{
'name': 'gopath',
'temp': {},
},
],
}
def uploadCoverage(ctx):