From 52c04a05ba3f862b428cf594c39d9700613ebdd9 Mon Sep 17 00:00:00 2001 From: Daniyel Rocha Date: Fri, 19 Jun 2026 09:50:15 -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 fc0ac65..2b4954b 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -18,6 +18,7 @@ - name: node-ci-v2 parameters: sonarProjectName: cli-plugin-submit + gitBaseBranchName: "master" nodeVersion: 20-bookworm nodeCommands: - test -- --passWithNoTests --coverage