Skip to content

Commit 836fc4a

Browse files
committed
chore: remove duplication of environment vars
Signed-off-by: Arjun Rajappa <Arjun.Rajappa@ibm.com>
1 parent be7ce58 commit 836fc4a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ commands:
133133
BUNDLE_GEMFILE: './Gemfile'
134134
- run:
135135
name: Run SonarQube to report the coverage
136-
environment:
137-
SONAR_TOKEN: $SONAR_TOKEN
138136
command: |
139-
#!/usr/bin/env bash
140137
141138
PR_NUMBER=$(echo ${CIRCLE_PULL_REQUEST} | sed 's/.*\///')
142139
SONAR_SCANNER_VERSION=${SONAR_SCANNER_VERSION}

0 commit comments

Comments
 (0)