Skip to content

Commit 52c04a0

Browse files
committed
chore: set gitBaseBranchName to master in deployment.yaml
SonarQube analysis needs the correct base branch for repos that use master instead of main.
1 parent 2227779 commit 52c04a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vtex/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- name: node-ci-v2
1919
parameters:
2020
sonarProjectName: cli-plugin-submit
21+
gitBaseBranchName: "master"
2122
nodeVersion: 20-bookworm
2223
nodeCommands:
2324
- test -- --passWithNoTests --coverage

0 commit comments

Comments
 (0)