diff --git a/.drone.star b/.drone.star index db38894b5..2c5859a16 100644 --- a/.drone.star +++ b/.drone.star @@ -105,7 +105,7 @@ def testing(ctx): 'image': 'webhippie/golang:1.13', 'pull': 'always', 'commands': [ - 'make build', + 'make protobuf build', ], 'volumes': [ { @@ -205,7 +205,7 @@ def docker(ctx, arch): 'image': 'webhippie/golang:1.13', 'pull': 'always', 'commands': [ - 'make build', + 'make protobuf build', ], 'volumes': [ { @@ -291,7 +291,7 @@ def UITests(ctx, ocisBranch, ocisCommitId, phoenixBranch, phoenixCommitId): 'image': 'webhippie/golang:1.13', 'pull': 'always', 'commands': [ - 'make build', + 'make protobuf build', ], 'volumes': [ {