-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
WordPress-Android/.circleci/config.yml
Lines 91 to 99 in c314a37
- run: | |
name: Violations | |
when: on_fail | |
command: | | |
if [ -n "$GITHUB_API_TOKEN" ]; then | |
./gradlew --stacktrace violationCommentsToGitHub -DGITHUB_PULLREQUESTID=${CIRCLE_PULL_REQUEST##*/} -DGITHUB_OAUTH2TOKEN=$GHHELPER_ACCESS | |
else | |
echo "Not posting lint errors to Github because \$GITHUB_API_TOKEN is not found" | |
fi |