Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-22
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 10, 2024
1 parent 7e5fdb7 commit 7d0f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
cd /tmp
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip
unzip sonar-scanner-cli-5.0.1.3006-linux.zip || sudo apt install unzip -y
sudo apt-get install -y unzip
unzip sonar-scanner-cli-5.0.1.3006-linux.zip
cd -
Expand Down

0 comments on commit 7d0f87b

Please sign in to comment.