We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 581890c + 8b6c089 commit 328bdd4Copy full SHA for 328bdd4
.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
@@ -162,8 +169,4 @@ workflows:
162
169
- build
163
170
- publish:
164
171
requires:
165
- - test-jasmine
166
- - test-jasmine2
167
- - test-image
168
- - test-image2
- - test-syntax
172
+ - build
0 commit comments