Store artifacts in CircleCI for files under /var/code/googleapis (#488)

This commit is contained in:
ethanbao 2017-12-19 16:28:12 -08:00 committed by GitHub
parent c5d0b08ecd
commit 8e78f84113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
path: /tmp/reports
- store_artifacts:
path: /tmp/reports
- store_artifacts:
path: /var/code/googleapis
working_directory: /var/code/googleapis/
workflows: