Skip to content

Commit 97bb7a7

Browse files
committed
fix(build/server): remove txAdmin from rev-list check
1 parent 4281018 commit 97bb7a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/tools/build/run_postbuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if (!$IsServer) {
138138
Push-Location $WorkDir\ext\system-resources
139139

140140
Push-Location $WorkDir
141-
$SRCommit = (git rev-list -1 HEAD ext/txAdmin ext/system-resources/)
141+
$SRCommit = (git rev-list -1 HEAD ext/system-resources/)
142142
Pop-Location
143143

144144
if (!(Test-Path .commit) -or $SRCommit -ne (Get-Content .commit)) {

0 commit comments

Comments
 (0)