Skip to content

Commit

Permalink
update circleci v10
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 25, 2019
1 parent d6194b9 commit da480e7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ jobs:
ls -al $(go env GOPATH)
ls -al
pwd
cp "upx-${UPXVER}-amd64_linux/upx" $(go env GOPATH)
echo 'export PATH=/home/circleci/project:$PATH' >> $BASH_ENV
source /home/circleci/.bashrc
cat /home/circleci/.bashrc
ls -al
cp "upx-${UPXVER}-amd64_linux/upx" "$(go env GOPATH)/bin"
ls -al "$(go env GOPATH)/bin"
upx --version
chmod +x upx.sh
ls -al
Expand Down

0 comments on commit da480e7

Please sign in to comment.