Skip to content

Commit

Permalink
fix(ci): temporarily disable accounting for private version
Browse files Browse the repository at this point in the history
  • Loading branch information
nihonium committed Nov 22, 2023
1 parent e8ae0f2 commit 3e793d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/tools/ci/psm1/cfxSetupPrivate.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ function Invoke-CfxSetupPrivate {
}

# account for a private version
Push-Location $Context.PrivateRoot
$Versions.Game += (git rev-list HEAD | measure-object).Count * 10
Pop-Location
# Push-Location $Context.PrivateRoot
# $Versions.Game += (git rev-list HEAD | measure-object).Count * 10
# Pop-Location

Push-Location $Context.CodeRoot
$relativePathToPrivateFromCode = (Resolve-Path -Relative $Context.PrivateRoot) -replace '\\','/'
Expand Down

0 comments on commit 3e793d3

Please sign in to comment.