Skip to content

Commit 16f2f55

Browse files
ci: save output as artifact
1 parent 827c693 commit 16f2f55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ jobs:
143143
command: |
144144
out/codecov-alpine -F alpine -Z -e CIRCLE_BRANCH
145145
146+
- store_artifacts:
147+
path: output_alpine.txt
148+
146149
- persist_to_workspace:
147150
root: .
148151
paths:

0 commit comments

Comments
 (0)