Skip to content

Commit

Permalink
devops xamarin#33.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Mar 28, 2019
1 parent 0b62c38 commit 707d54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
git remote add origin https://github.com/xamarin/maccore
git config gc.auto 0
git config --get-all http.https://github.com/xamarin/maccore.extraheader
AUTH=$(git config -l | grep AUTHORIZATION | sed 's/.*AUTHORIZATION: //')
AUTH=$(git config -l | grep AUTHORIZATION | head -1 | sed 's/.*AUTHORIZATION: //')
git -c http.extraheader="AUTHORIZATION: $AUTH" fetch --tags --prune --progress --no-recurse-submodules origin
make reset-maccore -C "$(System.DefaultWorkingDirectory)" V=1
"$(System.DefaultWorkingDirectory)/../maccore/tools/install-qa-provisioning-profiles.sh" -v
Expand Down

0 comments on commit 707d54d

Please sign in to comment.