Skip to content

Commit

Permalink
fix dep retrieval in github_release job (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Feb 19, 2019
1 parent cd9e6d9 commit b4d2cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- run:
name: Install server
command: |
go get
go get ./...
go install ./cmd/gapic-showcase
echo "export VERSION=$(gapic-showcase --version)" >> $BASH_ENV
- run:
Expand Down

0 comments on commit b4d2cae

Please sign in to comment.