Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <wcchang@infuseai.io>
  • Loading branch information
wcchang1115 committed Apr 25, 2024
1 parent 7501962 commit f653217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e-tests/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ echo $git_branch
echo $pr_url

if [[ "$git_branch" != "tests/smoke-test" ]]; then
echo 1
exit 1
fi

if [[ "$pr_url" != "$PR_URL" ]]; then
echo 2
exit 1
fi

0 comments on commit f653217

Please # to comment.