mirror of
https://github.com/linuxdeepin/linglong-pica.git
synced 2025-10-23 13:57:23 +08:00
fix: script doesn't terminate when command fails
转制过程中命名执行失败,脚本应该终止,比如ll-builder build Signed-off-by: ice909 <gaochang1@uniontech.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
set -xe
|
||||
|
||||
APPID=$1
|
||||
VERSION=$2
|
||||
|
Reference in New Issue
Block a user