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