mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-09 11:35:59 +08:00
cide: fix make file command
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Build a IAM release. This will build the binaries, create the Docker
|
||||
# images and other build artifacts.
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
IAM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
source "${IAM_ROOT}/scripts/common.sh"
|
||||
source "${IAM_ROOT}/scripts/lib/release.sh"
|
||||
|
||||
IAM_RELEASE_RUN_TESTS=${IAM_RELEASE_RUN_TESTS-y}
|
||||
|
||||
iam::golang::setup_env
|
||||
iam::build::verify_prereqs
|
||||
iam::release::verify_prereqs
|
||||
#iam::build::build_image
|
||||
iam::build::build_command
|
||||
iam::release::package_tarballs
|
||||
iam::release::updload_tarballs
|
||||
git push origin ${VERSION}
|
||||
#iam::release::github_release
|
||||
#iam::release::generate_changelog
|
||||
Reference in New Issue
Block a user