test circleci4

v4
vinllen 5 years ago
parent 20f5df5432
commit 9857c8f7c4
  1. 2
      .circleci/config.yml

@ -24,6 +24,6 @@ jobs:
# specify any bash command here prefixed with `run: ` # specify any bash command here prefixed with `run: `
- run: export GOPATH=`pwd` - run: export GOPATH=`pwd`
- run: go get -u github.com/kardianos/govendor - run: go get -u github.com/kardianos/govendor
- run: cd src/vendor - run: cd src/vendor && ls
- run: govendor sync - run: govendor sync
- run: cd ../../ && sh build.sh - run: cd ../../ && sh build.sh

Loading…
Cancel
Save