Skip to content

Commit

Permalink
Merge pull request #230 from qiaolei1/fix-ci
Browse files Browse the repository at this point in the history
fix: update wget url
  • Loading branch information
cmycoups committed Jun 1, 2023
2 parents 4a9dd04 + 0635094 commit d3838d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
port: ${{ secrets.AIO_ALBANY_PORT }}
script: |
set -e
rm -rf openv2x-aio-columbia.tar.gz && wget https://openv2x.oss-ap-southeast-1.aliyuncs.com/deploy/master/openv2x-aio-columbia.tar.gz
rm -rf openv2x-aio-columbia.tar.gz && wget https://openv2x.oss-ap-southeast-1.aliyuncs.com/deploy/columbia/openv2x-aio-columbia.tar.gz
rm -rf src && tar zxvf openv2x-aio-columbia.tar.gz
cd src
sh install.sh

0 comments on commit d3838d3

Please sign in to comment.