mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 10:18:45 +08:00
fix: del nounset
This commit is contained in:
parent
5f71f27c63
commit
84e916e352
@ -23,7 +23,7 @@
|
||||
# Example: `scripts/build-go.sh WHAT=cmd/kubelet`.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
# READ: https://github.com/openimsdk/open-im-server/tree/main/scripts/install/environment.sh
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
# automated-cherry-pick-of-<pr>-<target branch>-<timestamp>
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
#fixme This scripts is the total startup scripts
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
# Script to generate docs from the latest swagger spec.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
# The root of the build/dist directory
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
# This script automatically initializes various configuration files and can generate example files.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
# Root directory of the OpenIM project
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#FIXME This script is the startup script for multiple servers.
|
||||
#FIXME The full names of the shell scripts that need to be started are placed in the `need_to_start_server_shell` array.
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd -P)
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
# SERVER_IMAGE_VERSION=latest IMAGE_REGISTRY=myregistry ./this_script.sh
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
# Usage: `scripts/list-feature-tests.sh`.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
# Build a OpenIM release. This script supports various flags for flexible execution control.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
source "${OPENIM_ROOT}/scripts/common.sh"
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
# Usage: `scripts/run-in-gopath.sh <command>`.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#FIXME This script is the startup script for multiple servers.
|
||||
#FIXME The full names of the shell scripts that need to be started are placed in the `need_to_start_server_shell` array.
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
# Encapsulated as: `make stop`.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
# by default.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
# Usage: `scripts/verify-pkg-names.sh`.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
# Usage: `scripts/verify-shellcheck.sh`.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
# Usage: `scripts/verify-spelling.sh`.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
# Usage: `scripts/verify-typecheck.sh`.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
# Usage: `scripts/verify-yamlfmt.sh`.
|
||||
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
|
||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user