Skip to content

Commit 89604a0

Browse files
authored
Update config.yml
1 parent 804b2cd commit 89604a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
echo 'export SEMGREP_BRANCH=${CIRCLE_BRANCH}' >> $BASH_ENV
3333
echo 'export SEMGREP_BASELINE_REF="main"' >> $BASH_ENV
3434
echo 'export SEMGREP_APP_TOKEN=$SEMGREP_APP_TOKEN' >> $BASH_ENV
35+
echo 'CIRCLE_PULL_REQUEST'
36+
echo $CIRCLE_PULL_REQUEST
37+
echo '{CIRCLE_PULL_REQUEST##**}'
38+
echo ${CIRCLE_PULL_REQUEST##*/}
39+
echo '$CIRCLE_PR_NUMBER'
40+
echo $CIRCLE_PR_NUMBER
3541
git fetch origin "+refs/heads/*:refs/remotes/origin/*"
3642
semgrep ci
3743
workflows:

0 commit comments

Comments
 (0)