Skip to content

Commit

Permalink
ci: store artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dherges authored Jan 15, 2018
1 parent 355db43 commit 7914365
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
# Run the ci build
- run: xvfb-run yarn test
# Store artefacts on circle
- run:
name: Collect artefacts
command: |
mkdir -p /tmp/artefacts \
&& cp -r --parents integration/samples/**/dist /tmp/artefacts \
&& cp -r --parents integration/consumers/**/dist /tmp/artefacts
- store_artifacts:
path: ~/repo/dist
destination: dist
Expand Down

0 comments on commit 7914365

Please sign in to comment.