Skip to content

Commit

Permalink
🐛 fix single job exit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiagw committed Feb 20, 2023
1 parent 10f6d99 commit 38f5a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1150,10 +1150,10 @@ _process_args() {
github_action=1
;;
--get-balance)
arg_get_balance=1
arg_get_balance=1 && exec_single=$((exec_single + 1))
;;
--renew-cert | -r)
arg_renew_cert=1
arg_renew_cert=1 && exec_single=$((exec_single + 1))
;;
--svn-co)
arg_svn_co=1
Expand Down

0 comments on commit 38f5a76

Please sign in to comment.