Skip to content

Commit

Permalink
Speed this up a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Sep 19, 2024
1 parent 5a35d7e commit fbdc7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/devops/automation/templates/tests/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ stages:
set +x
for repo in /Users/builder/azdo/_work/*/s/xamarin-macios; do cd $repo; git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"; done
for repo in /Users/builder/azdo/_work/*/s/xamarin-macios; do cd $repo; git fetch origin; done
exit 1
displayName: 'Fix stuff'
name: FixStuff
Expand Down

0 comments on commit fbdc7db

Please sign in to comment.