Skip to content

Commit

Permalink
fix(ci): add txAdmin path to system resources last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nihonium-cfx committed Dec 19, 2023
1 parent 084d89c commit 8608d64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/tools/ci/psm1/cfxVersions.psm1
Expand Up @@ -101,7 +101,8 @@ function Get-CfxVersions {
$versions.UI = ((git rev-list $versions.UICommit | measure-object).Count * 10) + 1100000

$SystemResourcesPaths = @(
"ext/system-resources/"
"ext/txAdmin"
"ext/system-resources"
)
$versions.SystemResourcesCommit = (git rev-list -1 HEAD $SystemResourcesPaths)
$versions.SystemResources = ((git rev-list $versions.SystemResourcesCommit | measure-object).Count * 10) + 1100000
Expand Down

0 comments on commit 8608d64

Please sign in to comment.