Merge branch 'main' of github.com:httprunner/hrp

Change-Id: Idcf94720e3e846c1cb57d2282d253bb30ae36682
This commit is contained in:
buyuxiang
2022-01-24 10:42:52 +08:00
2 changed files with 6 additions and 8 deletions

View File

@@ -35,10 +35,9 @@ jobs:
endpoint: "oss-cn-beijing.aliyuncs.com"
access-key-id: ${{ secrets.ALIYUN_ACCESSKEY_ID }}
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
- name: Upload to aliyun OSS
run: |
ossutil cp -rf cli/scripts/install.sh oss://httprunner/
ossutil cp -rf hrp-*.tar.gz oss://httprunner/ || true
ossutil cp -rf hrp-*.zip oss://httprunner/ || true
- name: Test install.sh
run: bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
# - name: Upload to aliyun OSS
# run: |
# ossutil cp -rf cli/scripts/install.sh oss://httprunner/
# ossutil cp -rf hrp-*.tar.gz hrp-*.zip oss://httprunner/ || true
# - name: Test install.sh
# run: bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"

View File

@@ -2,7 +2,6 @@
## v0.5.3 (2022-01-20)
- feat: upload released assets to aliyun OSS
- change: download package assets from aliyun OSS
- fix: disable color logging on Windows