Skip to content

Commit

Permalink
double check
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Oct 21, 2023
1 parent 160510f commit ff79c09
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ function GetSourceRepo {
Set-Location $tempFolder
git status

git add $tempFolder/$subfolder
git add $tempFolder/$subfolder/build.yml
git add $subfolder
git add $subfolder/build.yml
git status
git commit -m "Updated build.yml"
git status

# go back to the original folder
Set-Location $PSScriptRoot
Expand Down

0 comments on commit ff79c09

Please sign in to comment.