We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88af07f commit 8b6c089Copy full SHA for 8b6c089
.circleci/config.yml
@@ -139,6 +139,13 @@ jobs:
139
- store_artifacts:
140
path: dist/plot-schema.json
141
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
149
150
workflows:
151
version: 2
0 commit comments