Skip to content

Commit

Permalink
fix(circleci): add protoc to release build (#14658)
Browse files Browse the repository at this point in the history
  • Loading branch information
russorat authored Aug 14, 2019
1 parent 12e192f commit 4172dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ jobs:
name: 'Docker Login'
command: docker login -u "$QUAY_USER" -p $QUAY_PASS quay.io
- run: sudo apt-get install -y bzr
- run: make protoc # installs protoc
- run:
name: 'Build release'
command: make release
Expand Down

0 comments on commit 4172dfd

Please sign in to comment.