[fix](workflow) Fix the errors when using sh to run shell scripts (#11898)
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
# under the License.
|
||||
|
||||
set -eo pipefail
|
||||
set +o posix
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
|
||||
DORIS_HOME="$(
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
#####################################################################
|
||||
|
||||
set -eo pipefail
|
||||
set +o posix
|
||||
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user