Skip to content

Commit

Permalink
update circleci v7
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 24, 2019
1 parent 7c49ff2 commit 5a880f1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
name: install goreleaser
command: wget https://github.com/goreleaser/goreleaser/releases/download/v${GORELEASER_VERSION}/goreleaser_amd64.deb && sudo dpkg -i goreleaser_amd64.deb

- run:
name: Make Composer executables available globally
environment:
BASH_ENV: /home/circleci/.bashrc
command: |
echo 'export PATH=/home/circleci/project/:$PATH' >> $BASH_ENV
source /home/circleci/.bashrc
- run:
name: install AriaNg
command: wget https://github.com/mayswind/AriaNg/releases/download/${ARIANG_VERSION}/AriaNg-${ARIANG_VERSION}.zip && unzip -q AriaNg-${ARIANG_VERSION}.zip -d AriaNg
Expand All @@ -39,6 +31,8 @@ jobs:
- run:
name: installing upx
environment:
BASH_ENV: /home/circleci/.bashrc
command: |
echo "Installing upx .."
echo $(go env GOPATH)
Expand All @@ -47,6 +41,9 @@ jobs:
ls -al
pwd
cp "upx-${UPXVER}-amd64_linux/upx" /home/circleci/project/
echo 'export PATH=/home/circleci/project:$PATH' >> $BASH_ENV
source /home/circleci/.bashrc
cat /home/circleci/.bashrc
ls -al
upx --version
chmod +x upx.sh
Expand Down

0 comments on commit 5a880f1

Please sign in to comment.