Skip to content

Commit

Permalink
update circleci v8
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 25, 2019
1 parent 5a880f1 commit 2b13416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
BASH_ENV: /home/circleci/.bashrc
command: |
echo "Installing upx .."
export GO111MODULE=on
echo $(go env GOPATH)
cp /home/circleci/project/README.md $(go env GOPATH)
curl -OL "https://github.com/upx/upx/releases/download/v${UPXVER}/upx-${UPXVER}-amd64_linux.tar.xz"
tar xvf "upx-${UPXVER}-amd64_linux.tar.xz"
ls -al
Expand Down

0 comments on commit 2b13416

Please sign in to comment.