Skip to content

Commit

Permalink
fix CI typo, verify invalid input (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzlei authored Apr 16, 2021
1 parent e109554 commit ed46c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
sleep 10
ProcNumber=$(ps -ef |grep -w xray|grep -v grep|wc -l)
echo $ProcNumber
if [[ $PROCESS_NUM eq 0 ]]; then
if [[ $ProcNumber==0 ]]; then
exit 1
fi
Expand Down

0 comments on commit ed46c4c

Please sign in to comment.