add set -xeuo pipefail
This commit is contained in:
parent
28ef735387
commit
03265451e3
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue