mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 07:29:02 +00:00
ci(build): 修改构建,使用严格模式
This commit is contained in:
@@ -16,7 +16,7 @@ function change_version() {
|
||||
}
|
||||
|
||||
# 修改版本号文件
|
||||
if [[ -n ${VERSION} ]]; then
|
||||
if [[ -n ${VERSION-''} ]]; then
|
||||
change_version || exit 2
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user