add set -xeuo pipefail

This commit is contained in:
zhuxuetong 2024-06-11 17:17:57 +08:00
parent 28ef735387
commit 03265451e3
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
# limitations under the License.
#
set -xeuo pipefail
script_dir=`dirname $0`
cd $script_dir/../../../target
package_file=`ls apache-dolphinscheduler-*-bin.tar.gz`