Skip to content

Commit

Permalink
Revert "git add only needed files"
Browse files Browse the repository at this point in the history
This reverts commit 060a0c4.
  • Loading branch information
leojonathanoh committed Dec 8, 2023
1 parent 060a0c4 commit 65d2ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generate-GitBranches.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ LAYERED_SIZE=$( if ($kv.Contains('LAYERED_SIZE')) { $kv['LAYERED_SIZE'] } else {

if (git status --porcelain 2>$null) {
"Committing files" | Write-Host -ForegroundColor Green
{ git add build update build.sh notify.sh .gitlab-ci.yml .env .state .trigger } | Execute-Command
{ git add . } | Execute-Command
$msg = if ($existingBranch) { "Update files" } else { "Add files" }
{ git commit -m "$msg" } | Execute-Command
}else {
Expand Down

0 comments on commit 65d2ce1

Please sign in to comment.