feat: add more feature in scripts

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-07-04 17:09:49 +08:00
parent ada9acf218
commit 12695337e9
5 changed files with 14 additions and 6 deletions
+3 -3
View File
@@ -27,8 +27,8 @@ readonly BUCKET="openim-1306374445"
readonly REGION="ap-beijing"
readonly COS_RELEASE_DIR="openim-release"
# default cos command tool
readonly COSTOOL="coscmd"
# default cos command tool coscli or coscmd
readonly COSTOOL="coscli"
# This is where the final release artifacts are created locally
readonly RELEASE_STAGE="${LOCAL_OUTPUT_ROOT}/release-stage"
@@ -37,7 +37,7 @@ readonly RELEASE_IMAGES="${LOCAL_OUTPUT_ROOT}/release-images"
# OpenIM github account info
readonly OPENIM_GITHUB_ORG=OpenIMSDK
readonly OPENIM_GITHUB_REPO=openim
readonly OPENIM_GITHUB_REPO=Open-IM-Server
readonly ARTIFACT=openim.tar.gz
readonly CHECKSUM=${ARTIFACT}.sha1sum