Skip to content

Commit 7cd8758

Browse files
committed
fix smoke-test#backend
1 parent 936f1ca commit 7cd8758

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,7 @@ jobs:
363363
echo $BACKEND_PUBLIC_IP
364364
if curl -s $API_URL/api/status | grep "ok"
365365
then
366-
echo failure screenshot6
367-
exit 1
366+
exit 0
368367
else
369368
exit 1
370369
fi

0 commit comments

Comments
 (0)