diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index fb95627..b8ac02d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -139,7 +139,7 @@ definitions: # apt-get above is still a hard failure (rare in practice). # AI review is advisory, not a gate. - export PR_URL="https://bitbucket.org/${BITBUCKET_WORKSPACE}/${BITBUCKET_REPO_SLUG}/pull-requests/${BITBUCKET_PR_ID}" - - cd code-review-agent && python main.py "$PR_URL" || echo "WARNING: AI review step failed (non-blocking)" + - cd code-review-agent && python main.py "$PR_URL" || echo "WARNING - AI review step failed (non-blocking)" # =============================================================================