Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-24
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 11, 2024
1 parent 69e88be commit 9c0e335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ jobs:
run: |
cd ~/src
sonar-scanner \
-Dsonar.projectKey=your_project_key \
-Dsonar.projectKey=Sunbird-Ed_SunbirdEd-portal \
-Dsonar.organization=your_organization \
-Dsonar.sources=src/app/client/src \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login=$SONAR_TOKEN

0 comments on commit 9c0e335

Please sign in to comment.