From 93edb46c6df702b24c0eeeee35e1a561ea029f7c Mon Sep 17 00:00:00 2001 From: cthulhuplus Date: Fri, 17 Mar 2023 14:22:15 -0400 Subject: [PATCH] bbrooks/circleci-store-artifacts-20230317 (#4617) --- bin/prod-deploy/buildurl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/prod-deploy/buildurl.sh b/bin/prod-deploy/buildurl.sh index 55842e0ced..d87aff79b9 100644 --- a/bin/prod-deploy/buildurl.sh +++ b/bin/prod-deploy/buildurl.sh @@ -1 +1 @@ -curl -vvv -H "${CIRCLE_TOKEN}" -L https://circleci.com/api/v2/project/gh/Enterprise-CMCS/eAPD/${CIRCLE_BUILD_NUM}/artifacts |grep -o 'https://[^"]*' |grep backend.zip > build-url.txt +curl -vvv -H "Circle-Token: ${CIRCLE_TOKEN}" -L https://circleci.com/api/v1.1/project/gh/Enterprise-CMCS/eAPD/${CIRCLE_BUILD_NUM}/artifacts |grep -o 'https://[^"]*' |grep backend.zip > build-url.txt