Skip to content

Commit 328bdd4

Browse files
authored
Merge pull request #3149 from plotly/etpinard-build-artifacts
Improvements for CI build artifacts
2 parents 581890c + 8b6c089 commit 328bdd4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Diff for: .circleci/config.yml

+8-5
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
@@ -162,8 +169,4 @@ workflows:
162169
- build
163170
- publish:
164171
requires:
165-
- test-jasmine
166-
- test-jasmine2
167-
- test-image
168-
- test-image2
169-
- test-syntax
172+
- build

0 commit comments

Comments
 (0)