-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor (ci): Rearrange and add missing variables in test
.env
files
The build `.env` and the update `.env` now only differ by the `PIPELINE` and `GAME_UPDATE_COUNT` values.
- Loading branch information
1 parent
1604b3a
commit 3ffc86e
Showing
4 changed files
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
DOCKER_REPOSITORY=goldsourceservers/cstrike | ||
REGISTRY_USER=foo | ||
REGISTRY_PASSWORD=foo | ||
|
||
PIPELINE=update | ||
|
||
GAME_UPDATE_COUNT=1 | ||
GAME_VERSION=1127 | ||
APPID=90 | ||
CLIENT_APPID=10 | ||
GAME=cstrike | ||
GAME_UPDATE_COUNT=1 | ||
MOD=cstrike | ||
FIX_APPMANIFEST= | ||
INSTALL_COUNT= | ||
LATEST=true | ||
CACHE= | ||
NO_PULL=true | ||
NO_CACHE= | ||
NO_TEST= | ||
NO_PUSH=true | ||
DOCKER_REPOSITORY=goldsourceservers/cstrike | ||
REGISTRY_USER= | ||
REGISTRY_PASSWORD= | ||
STEAM_LOGIN= | ||
STEAM_USERNAME= | ||
STEAM_PASSWORD= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
DOCKER_REPOSITORY=sourceservers/hl2mp | ||
REGISTRY_USER=foo | ||
REGISTRY_PASSWORD=foo | ||
|
||
PIPELINE=update | ||
|
||
GAME_UPDATE_COUNT=1 | ||
GAME_VERSION=6630498 | ||
APPID=232370 | ||
CLIENT_APPID=320 | ||
GAME=hl2mp | ||
GAME_UPDATE_COUNT=1 | ||
MOD= | ||
FIX_APPMANIFEST= | ||
INSTALL_COUNT= | ||
LATEST=true | ||
CACHE= | ||
NO_PULL=true | ||
NO_CACHE= | ||
NO_TEST= | ||
NO_PUSH=true | ||
DOCKER_REPOSITORY=sourceservers/hl2mp | ||
REGISTRY_USER= | ||
REGISTRY_PASSWORD= | ||
STEAM_LOGIN= | ||
STEAM_USERNAME= | ||
STEAM_PASSWORD= |