Skip to content

Commit 6fc5b0a

Browse files
authored
Merge pull request #1224 from cortexproject/save-generated
Save generated files in CI
2 parents 9c2f612 + 790e990 commit 6fc5b0a

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)