Skip to content

Commit

Permalink
Enhancement: Update Generate-GitBranches.ps1 STEAM_LOGIN value for …
Browse files Browse the repository at this point in the history
…srcds games (#197)
  • Loading branch information
leojonathanoh authored Feb 18, 2025
1 parent 73a507a commit 4ac7437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Generate-GitBranches.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ DOCKER_REPOSITORY=$( $g['docker_repository'] )
#REGISTRY_USER=
#REGISTRY_PASSWORD=
STEAM_LOGIN=$(
if ($g['game_engine'] -eq 'srcds' -and $g['game'] -eq 'cs2') { 'true' }
if ($g['game_engine'] -eq 'srcds' -and $g['game'] -in @( 'cs2', 'cstrike', 'dod', 'hl2mp' )) { 'true' }
elseif ($g['game_engine'] -eq 'srcds' -and $g['game'] -eq 'tf') { 'true' }
)
#STEAM_USERNAME=
Expand Down
2 changes: 1 addition & 1 deletion test/build-srcds-hl2mp.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PIPELINE=build
GAME_UPDATE_COUNT=0
GAME_VERSION=9371887
GAME_VERSION=9540945
APPID=232370
CLIENT_APPID=320
GAME=hl2mp
Expand Down
2 changes: 1 addition & 1 deletion test/update-srcds-hl2mp.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PIPELINE=update
GAME_UPDATE_COUNT=1
GAME_VERSION=9371887
GAME_VERSION=9540945
APPID=232370
CLIENT_APPID=320
GAME=hl2mp
Expand Down

0 comments on commit 4ac7437

Please sign in to comment.