Skip to content

Commit 3e68f91

Browse files
author
Fahd
committed
chore(issuer): test
1 parent 46a2e0e commit 3e68f91

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ references:
1515
key: yarn-packages-{{ checksum "yarn.lock" }}
1616
paths:
1717
- ~/.cache/yarn
18+
install_sonar: &install_sonar
19+
run:
20+
name: Install SonarScanner
21+
command:
22+
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.0.0.1744-linux.zip
23+
unzip sonar-scanner-cli-4.0.0.1744-linux.zip
1824
yarn_install: &yarn_install
1925
run:
2026
name: Yarn install
@@ -34,12 +40,6 @@ references:
3440
-Dsonar.login=${SONARQUBE_TOKEN} $SONAR_SCANNER_OPTS_CUSTOM
3541
3642
jobs:
37-
run:
38-
<<: *container_config
39-
name: Install SonarScanner
40-
command:
41-
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.0.0.1744-linux.zip
42-
unzip sonar-scanner-cli-4.0.0.1744-linux.zip
4343
install_dependencies:
4444
<<: *container_config
4545
steps:

0 commit comments

Comments
 (0)