Skip to content

Commit 8b6c089

Browse files
committed
echo URLs to artifact files
1 parent 88af07f commit 8b6c089

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ jobs:
139139
- store_artifacts:
140140
path: dist/plot-schema.json
141141
destination: /plot-schema.json
142+
- run:
143+
name: Show URLs to build files
144+
command: |
145+
PROJECT_NUM=45646037
146+
echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/plotly.js
147+
echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/plotly.min.js
148+
echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/plot-schema.json
142149
143150
workflows:
144151
version: 2

0 commit comments

Comments
 (0)