Skip to content

Commit

Permalink
fix gopath volume for ocis modules testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Nov 26, 2020
1 parent c5a7529 commit da20db1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ def testing(ctx, module):
'refs/pull/**',
],
},
'volumes': [
{
'name': 'gopath',
'temp': {},
},
],
}

def uploadCoverage(ctx):
Expand Down

0 comments on commit da20db1

Please sign in to comment.