Skip to content

Commit aa47ab6

Browse files
committed
Store build log on failed run
1 parent 6382f08 commit aa47ab6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
name: Predeploy demo
5050
command: |
5151
yarn --cwd packages/react-renderer-demo/ predeploy
52+
- store_artifacts:
53+
when: on_fail
54+
name: Uploading predeploy failure artifact to assist with debugging
55+
path: /home/circleci/.npm/_logs/*.log
5256
deploy:
5357
working_directory: ~/react-forms
5458
docker:

0 commit comments

Comments
 (0)