diff options
Diffstat (limited to 'server/sonar-docs/src/pages/analysis/gitlab-integration.md')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/gitlab-integration.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-docs/src/pages/analysis/gitlab-integration.md b/server/sonar-docs/src/pages/analysis/gitlab-integration.md index a45c9ce3bde..a7f85c6f4c0 100644 --- a/server/sonar-docs/src/pages/analysis/gitlab-integration.md +++ b/server/sonar-docs/src/pages/analysis/gitlab-integration.md @@ -97,7 +97,7 @@ Click the scanner you're using below to expand an example configuration: | allow_failure: true | only: | - merge_requests -| - master # or the name of your main branch +| - main # or the name of your main branch | - develop | ``` @@ -119,7 +119,7 @@ Click the scanner you're using below to expand an example configuration: | allow_failure: true | only: | - merge_requests -| - master # or the name of your main branch +| - main # or the name of your main branch | - develop | ``` @@ -143,7 +143,7 @@ Click the scanner you're using below to expand an example configuration: | allow_failure: true | only: | - merge_requests -| - master # or the name of your main branch +| - main # or the name of your main branch | - develop | ``` | |