Skip to content

Commit

Permalink
feat:环境部署脚本应该在发生错误时立即退出,否则会造成后续继续执行
Browse files Browse the repository at this point in the history
Description: 存在重大改动或方案变更的时候,请详细描述
  • Loading branch information
ut001652 committed Jul 30, 2024
1 parent 16f8460 commit b0c6b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e
# SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
# SPDX-License-Identifier: GPL-2.0-only
export PIPENV_VERBOSITY=-1
Expand Down

0 comments on commit b0c6b13

Please sign in to comment.