Skip to content

Commit

Permalink
Added an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwindegger committed Dec 12, 2023
1 parent ec9f401 commit 29e0c17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example-scripts/powershell/rebase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ git rebase origin/main

while($LASTEXITCODE -ne 0) {
$status = git status -s
if($status -ne "UU BaseModel.eapx") {
if($status -ne "UU DemoModel.eapx") {
Write-Output "::error::Model is not conflicted please rebase manually."
exit 666
}

Expand Down

0 comments on commit 29e0c17

Please sign in to comment.