From d5abe15f4316a3fe6e90b4fb34f433965191147d Mon Sep 17 00:00:00 2001 From: Daniyel Rocha Date: Fri, 19 Jun 2026 09:49:49 -0300 Subject: [PATCH] chore: set gitBaseBranchName to master in deployment.yaml SonarQube analysis needs the correct base branch for repos that use master instead of main. --- .vtex/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index 240c459..18b20ae 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -18,6 +18,7 @@ - name: node-ci-v2 parameters: sonarProjectName: cli-plugin-template + gitBaseBranchName: "master" nodeVersion: 20-bookworm nodeCommands: - test -- --passWithNoTests --coverage