Skip to content

Commit

Permalink
Upgrade Semaphore
Browse files Browse the repository at this point in the history
  • Loading branch information
sineverba committed Jan 7, 2023
1 parent efb06de commit 28c6893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ blocks:
- name: Sonarcloud
commands:
- npm run cover
- docker run --rm -e SONAR_HOST_URL="https://sonarcloud.io" -e SONAR_LOGIN=$SONAR_TOKEN -v "/home/semaphore/npm-pkg-shortfield:/usr/src" sonarsource/sonar-scanner-cli:4.6
- docker run --rm -e SONAR_HOST_URL="https://sonarcloud.io" -e SONAR_LOGIN=$SONAR_TOKEN -v "/home/semaphore/npm-pkg-shortfield:/usr/src" sonarsource/sonar-scanner-cli:4.8.0

promotions:
- name: Deploy
Expand Down

0 comments on commit 28c6893

Please sign in to comment.