Skip to content

Commit

Permalink
Remove SonarCloud step in CircleCI due to https://sonarcloud.io/docum…
Browse files Browse the repository at this point in the history
  • Loading branch information
TyVik committed Oct 2, 2020
1 parent af34781 commit d63df9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
Expand Up @@ -155,21 +155,6 @@ jobs:
- run: coveralls
- run: codecov

sonarqube:
docker:
- image: dmoscrop/circleci-sonar-scanner-docker
working_directory: ~/repo
resource_class: small
steps:
- checkout
- restore_cache:
keys:
- coverage-frontend-{{ .Revision }}
- restore_cache:
keys:
- coverage-backend-{{ .Revision }}
- run: .circleci/sonarqube.sh

deploy:
docker:
- image: tyvik/geopuzzle:backend
Expand Down Expand Up @@ -210,13 +195,6 @@ workflows:
- jest:
requires:
- build-frontend
- sonarqube:
requires:
- django
- jest
filters:
branches:
ignore: master
- coverage:
requires:
- django
Expand Down
28 changes: 0 additions & 28 deletions .circleci/sonarqube.sh

This file was deleted.

0 comments on commit d63df9f

Please sign in to comment.