Store artifacts in CircleCI for files under /var/code/googleapis (#488)
This commit is contained in:
parent
c5d0b08ecd
commit
8e78f84113
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue