mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
Merge branch 'main' of github.com:httprunner/hrp
Change-Id: Idcf94720e3e846c1cb57d2282d253bb30ae36682
This commit is contained in:
@@ -35,10 +35,9 @@ jobs:
|
|||||||
endpoint: "oss-cn-beijing.aliyuncs.com"
|
endpoint: "oss-cn-beijing.aliyuncs.com"
|
||||||
access-key-id: ${{ secrets.ALIYUN_ACCESSKEY_ID }}
|
access-key-id: ${{ secrets.ALIYUN_ACCESSKEY_ID }}
|
||||||
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
|
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
|
||||||
- name: Upload to aliyun OSS
|
# - name: Upload to aliyun OSS
|
||||||
run: |
|
# run: |
|
||||||
ossutil cp -rf cli/scripts/install.sh oss://httprunner/
|
# ossutil cp -rf cli/scripts/install.sh oss://httprunner/
|
||||||
ossutil cp -rf hrp-*.tar.gz oss://httprunner/ || true
|
# ossutil cp -rf hrp-*.tar.gz hrp-*.zip oss://httprunner/ || true
|
||||||
ossutil cp -rf hrp-*.zip oss://httprunner/ || true
|
# - name: Test install.sh
|
||||||
- name: Test install.sh
|
# run: bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
|
||||||
run: bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
## v0.5.3 (2022-01-20)
|
## v0.5.3 (2022-01-20)
|
||||||
|
|
||||||
- feat: upload released assets to aliyun OSS
|
|
||||||
- change: download package assets from aliyun OSS
|
- change: download package assets from aliyun OSS
|
||||||
- fix: disable color logging on Windows
|
- fix: disable color logging on Windows
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user