Skip to content

Commit

Permalink
bbrooks/circleci-store-artifacts-20230317 (#4617)
Browse files Browse the repository at this point in the history
  • Loading branch information
cthulhuplus authored Mar 17, 2023
1 parent 3a94636 commit 93edb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prod-deploy/buildurl.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 93edb46

Please sign in to comment.