test circleci8

v4
vinllen 5 years ago
parent a56163a971
commit 8a7eaba41a
  1. 13
      .circleci/config.yml

@ -22,11 +22,8 @@ jobs:
- checkout - checkout
# specify any bash command here prefixed with `run: ` # specify any bash command here prefixed with `run: `
- run: - run: export GOPATH=`pwd`
name: prepare environment - run: go get -u github.com/kardianos/govendor
command: | - run: cd src && tree
export GOPATH=`pwd` - run: govendor sync -v
go get -u github.com/kardianos/govendor - run: cd .. && sh build.sh
cd src && tree
govendor sync -v
cd .. && sh build.sh

Loading…
Cancel
Save