diff --git a/.circleci/config.yml b/.circleci/config.yml index ff6c48a..5982986 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,8 +25,8 @@ jobs: - run: name: prepare environment command: | - export GOPATH=`pwd` - go get -u github.com/kardianos/govendor - cd src && tree - govendor sync -v - cd .. && sh build.sh + export GOPATH=`pwd` + go get -u github.com/kardianos/govendor + cd src && tree + govendor sync -v + cd .. && sh build.sh