diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2021-09-10 13:20:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 13:20:31 +0200 |
commit | 51ea0aecae0e978d795d2a6ee2ee04bb73888bf6 (patch) | |
tree | 96fe50933c2bd4248cbc076bab36657432343359 | |
parent | fdad4d48ef3d2ef15c48effd841befab5b11f0d3 (diff) | |
download | sonar-scanner-cli-51ea0aecae0e978d795d2a6ee2ee04bb73888bf6.tar.gz sonar-scanner-cli-51ea0aecae0e978d795d2a6ee2ee04bb73888bf6.zip |
Fix the documentation of IT on Windows (#116)
-rw-r--r-- | it/packer/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/packer/README.md b/it/packer/README.md index 57dcf88..f7c5da5 100644 --- a/it/packer/README.md +++ b/it/packer/README.md @@ -14,7 +14,7 @@ How to debug this VM image -------------------------- 1. Log on to [Google Cloud](http://console.cloud.google.com/) -2. Go to our SonarQube project (ci-cd-215716) +2. Go to our SonarQube project (`sonarqube-team`) 3. Under *Compute Engine > Images*, you should see *packer-builder-v1*. Start a new VM with this image. This image is pre-configured for using Packer, as well as pushing new VM images to our SonarQube project. 4. Once started, SSH into this VM (you can do this directly via the browser). |