Skip to content

Commit

Permalink
Update tagbuild.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed May 4, 2021
1 parent 526f0c5 commit dbebd8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/tagbuild.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
git fetch
git checkout --track -b master origin/main
git checkout --track -b main origin/main
git pull
git checkout --track -b deploy origin/deploy
git pull
git branch
$changes = git diff deploy...master --name-only
$changes = git diff deploy...main --name-only

foreach($file in $changes){
Write-Host $file
Expand Down

0 comments on commit dbebd8e

Please sign in to comment.