Skip to content

Commit 790e990

Browse files
committed
Save generated files in CI
It may be difficult to recreate those files exactly at a later date, so save what was used in the build. Signed-off-by: Bryan Boreham <[email protected]>
1 parent 05b35bb commit 790e990

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ jobs:
7979
touch build-image/.uptodate
8080
make BUILD_IN_CONTAINER=false
8181
82+
- store_artifacts:
83+
path: pkg/querier/frontend/frontend.pb.go
84+
- store_artifacts:
85+
path: pkg/chunk/storage/caching_index_client.pb.go
86+
- store_artifacts:
87+
path: pkg/ring/ring.pb.go
88+
- store_artifacts:
89+
path: pkg/ingester/client/cortex.pb.go
90+
8291
- run:
8392
name: Save Images
8493
command: make BUILD_IN_CONTAINER=false save-images

0 commit comments

Comments
 (0)