Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-08
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 3, 2024
1 parent c56d69d commit 2aea2db
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,4 @@ jobs:
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip
sudo apt-get install -y unzip
unzip sonar-scanner-cli-5.0.1.3006-linux.zip
cd -
- name: Run Sonar Scanner
run: |
cd ${{ github.workspace }}/portal
/tmp/sonar-scanner-5.0.1.3006-linux/bin/sonar-scanner \
-Dsonar.projectKey=Sunbird-Ed_SunbirdEd-portal \
-Dsonar.organization=sunbird-ed \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
cd -

0 comments on commit 2aea2db

Please sign in to comment.