mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-08 00:47:36 +08:00
fix: git pre commit hook
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
|
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
|
||||||
- name: Upload artifacts to aliyun OSS
|
- name: Upload artifacts to aliyun OSS
|
||||||
run: |
|
run: |
|
||||||
ossutil cp -rf hrp/internal/version/VERSION oss://httprunner/
|
ossutil cp -rf internal/version/VERSION oss://httprunner/
|
||||||
ossutil cp -rf scripts/install.sh oss://httprunner/
|
ossutil cp -rf scripts/install.sh oss://httprunner/
|
||||||
ossutil cp -rf ${{ env.ASSET_PATH }} oss://httprunner/
|
ossutil cp -rf ${{ env.ASSET_PATH }} oss://httprunner/
|
||||||
- name: Test install.sh
|
- name: Test install.sh
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
v5.0.0+2502052133
|
v5.0.0+2502061752
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# bump hrp version
|
# bump hrp version
|
||||||
version_file=hrp/internal/version/VERSION
|
version_file=internal/version/VERSION
|
||||||
|
|
||||||
# get current date
|
# get current date
|
||||||
current_date=$(date +"%y%m%d%H%M")
|
current_date=$(date +"%y%m%d%H%M")
|
||||||
|
|||||||
Reference in New Issue
Block a user