Skip to content

Commit

Permalink
disable compile-protos-go build step (feast-dev#46)
Browse files Browse the repository at this point in the history
disable compile-protos-go build step
  • Loading branch information
ben-voz authored Jun 25, 2020
1 parent 7eda606 commit 1ed3a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ steps:
waitFor: ['-']
name: 'gcr.io/konnekt-core/protoc-go:3.10.0'
entrypoint: make
args: ['compile-protos-go']
args: ['--dry-run', 'compile-protos-go'] #TODO re-enable when we can
- id: unit-test-go-sdk-setup
waitFor: ['-']
name: 'golang:1.13'
Expand Down

0 comments on commit 1ed3a27

Please sign in to comment.