Skip to content

Commit

Permalink
checkout code first
Browse files Browse the repository at this point in the history
Signed-off-by: michael.wozniak <[email protected]>
  • Loading branch information
mwoz-sc committed May 26, 2020
1 parent ea81152 commit c92c490
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 @@ -16,9 +16,9 @@ jobs:
GO111MODULE: on
CI_GO_VERSION: 1.14.3
steps:
- run: sudo rm -rf /usr/local/go && curl -O https://dl.google.com/go/go${CI_GO_VERSION}.linux-amd64.tar.gz && sudo tar -C /usr/local -xzf go${CI_GO_VERSION}.linux-amd64.tar.gz && rm go${CI_GO_VERSION}.linux-amd64.tar.gz && go version
- checkout:
path: ~/.go_workspace/src/github.com/envoyproxy/protoc-gen-validate
- run: sudo rm -rf /usr/local/go && curl -O https://dl.google.com/go/go${CI_GO_VERSION}.linux-amd64.tar.gz && sudo tar -C /usr/local -xzf go${CI_GO_VERSION}.linux-amd64.tar.gz && rm go${CI_GO_VERSION}.linux-amd64.tar.gz && go version
- run: mvn -B verify
- add_ssh_keys:
fingerprints:
Expand Down

0 comments on commit c92c490

Please sign in to comment.