test circleci5

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

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

Loading…
Cancel
Save