Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangZhengSi committed Mar 6, 2019
1 parent 216fb7c commit 929d7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runcontinue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PassFlag=`curl http://60.205.215.34/Daily_Build_Task_Report | grep "Failed: 0"`
echo "PassFlag is: $PassFlag"

if [$PassFlag == ""]; then
exit 0
else
exit 1
else
exit 0
fi

0 comments on commit 929d7e2

Please sign in to comment.