add set -eu
This commit is contained in:
parent
03265451e3
commit
a42a0adb47
|
|
@ -16,7 +16,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
set -xeuo pipefail
|
||||
set -eu
|
||||
script_dir=`dirname $0`
|
||||
cd $script_dir/../../../target
|
||||
package_file=`ls apache-dolphinscheduler-*-bin.tar.gz`
|
||||
|
|
|
|||
Loading…
Reference in New Issue