Skip to content

Commit

Permalink
Updated SonarQube plugin url
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy1978 committed Mar 3, 2020
1 parent 1715089 commit 3249c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Vagrant.configure("2") do |config|

# sonar-swift script
config.vm.provision "shell", privileged: true, name: 'sonar-swift script', env: {"SONAR_PUBLIC_REPOSITORY" => "sonar-swift"}, inline: <<-SHELL
git clone -b master https://github.com/Backelite/$SONAR_PUBLIC_REPOSITORY.git ~/$SONAR_PUBLIC_REPOSITORY
git clone -b master https://github.com/insideapp-oss/$SONAR_PUBLIC_REPOSITORY.git ~/$SONAR_PUBLIC_REPOSITORY
cd ~/$SONAR_PUBLIC_REPOSITORY
git checkout develop
mv ~/$SONAR_PUBLIC_REPOSITORY/sonar-swift-plugin/src/main/shell/ /usr/local/opt/$SONAR_PUBLIC_REPOSITORY
Expand Down

0 comments on commit 3249c66

Please sign in to comment.