Skip to content

Commit

Permalink
[fix](workflow) Fix the errors when using sh to run shell scripts (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 authored Aug 19, 2022
1 parent ffe7af4 commit b4101d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-support/shell-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="$(
Expand Down
1 change: 1 addition & 0 deletions run-be-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#####################################################################

set -eo pipefail
set +o posix

ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"

Expand Down

0 comments on commit b4101d4

Please sign in to comment.