Skip to content

Commit

Permalink
Fix (ci): Comment out secret env vars in .env in generated branches
Browse files Browse the repository at this point in the history
Fixes bug in #152
  • Loading branch information
leojonathanoh committed Dec 9, 2023
1 parent 3348f92 commit 4d51a55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Generate-GitBranches.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ NO_PULL=
NO_TEST=
NO_PUSH=
DOCKER_REPOSITORY=$( $g['docker_repository'] )
REGISTRY_USER=
REGISTRY_PASSWORD=
#REGISTRY_USER=
#REGISTRY_PASSWORD=
STEAM_LOGIN=
STEAM_USERNAME=
STEAM_PASSWORD=
#STEAM_USERNAME=
#STEAM_PASSWORD=
"@ | Out-File .env -Encoding utf8 -Force

$kv = Get-EnvFileKv '.state' $branch
Expand Down

0 comments on commit 4d51a55

Please sign in to comment.