We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c2f612 + 790e990 commit 6fc5b0aCopy full SHA for 6fc5b0a
.circleci/config.yml
@@ -79,6 +79,15 @@ jobs:
79
touch build-image/.uptodate
80
make BUILD_IN_CONTAINER=false
81
82
+ - store_artifacts:
83
+ path: pkg/querier/frontend/frontend.pb.go
84
85
+ path: pkg/chunk/storage/caching_index_client.pb.go
86
87
+ path: pkg/ring/ring.pb.go
88
89
+ path: pkg/ingester/client/cortex.pb.go
90
+
91
- run:
92
name: Save Images
93
command: make BUILD_IN_CONTAINER=false save-images
0 commit comments