Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ jobs:
touch build-image/.uptodate
make BUILD_IN_CONTAINER=false

- store_artifacts:
path: pkg/querier/frontend/frontend.pb.go
- store_artifacts:
path: pkg/chunk/storage/caching_index_client.pb.go
- store_artifacts:
path: pkg/ring/ring.pb.go
- store_artifacts:
path: pkg/ingester/client/cortex.pb.go

- run:
name: Save Images
command: make BUILD_IN_CONTAINER=false save-images
Expand Down