Skip to content

Commit

Permalink
util script update
Browse files Browse the repository at this point in the history
  • Loading branch information
guirava committed Oct 13, 2024
1 parent c1a7c7c commit 0488079
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Utils/admin/Update-RscSdkMainBranch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ catch {
throw "Failed to checkout 'main' branch."
}

# CHANGELOG.md can be a source of conflict so we check it out manually
git checkout $sourceBranch -- CHANGELOG.md
# Same with RubrikSecurityCloud.psd1
git checkout $sourceBranch -- RubrikSecurityCloud\RubrikSecurityCloud.PowerShell\RubrikSecurityCloud.psd1
# Merge $sourceBranch into main without commit
try {
git merge $sourceBranch --no-commit --no-ff
Expand Down

0 comments on commit 0488079

Please sign in to comment.