From 257e5c8388d8a540d1d63d8483526a3fb217a43b Mon Sep 17 00:00:00 2001 From: Jeremy Green Date: Mon, 7 Aug 2023 12:43:36 -0500 Subject: [PATCH] see what we get with this --- bin/checkout-and-link-core-repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/checkout-and-link-core-repo b/bin/checkout-and-link-core-repo index 2946cab92..32dbecc90 100755 --- a/bin/checkout-and-link-core-repo +++ b/bin/checkout-and-link-core-repo @@ -8,7 +8,7 @@ CI_BRANCH=$CIRCLE_BRANCH if [[ -v CI_BRANCH ]] then - BRANCH_RESPONSE=$(curl --verbose -H "Accept: application.vnd.github+json" https://api.github.com/repos/bullet-train-co/bullet_train-core/branches/$CI_BRANCH) + BRANCH_RESPONSE=$(curl --verbose -LI -H "Accept: application.vnd.github+json" https://api.github.com/repos/bullet-train-co/bullet_train-core/branches/$CI_BRANCH) echo "Branch response ====================" echo $BRANCH_RESPONSE