Skip to content

Commit

Permalink
Store the TinyPilot bundle as a build artifact in CI (#1216)
Browse files Browse the repository at this point in the history
Now that we're building the bundle on non-master branches, it's helpful
to store it as a CI artifact in case we want to test the bundle before
merging changes into master.

<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1216"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>
  • Loading branch information
mtlynch authored Nov 30, 2022
1 parent 15a6514 commit 3c4193b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
name: Create the bundle
command: cd bundler && ./create-bundle
- store_artifacts:
path: bundler/dist/files.txt
path: bundler/dist/
- persist_to_workspace:
root: ./bundler
paths:
Expand Down

0 comments on commit 3c4193b

Please sign in to comment.