From 707d54de49ad25472566abe1e41299bd9e3ccb42 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 28 Mar 2019 08:52:52 +0100 Subject: [PATCH] devops #33. --- devops/build-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/build-samples.yml b/devops/build-samples.yml index f265eaad038b..32229355dc18 100644 --- a/devops/build-samples.yml +++ b/devops/build-samples.yml @@ -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