Skip to content

Commit d2444bb

Browse files
committed
Fix missing context for prometheus exporter push
CircleCI will only share context if the requirements are correct, this adds a missing requirement in the chain in order to push the images at the end.
1 parent 62f8c24 commit d2444bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ version: 2.1
2121
- build-http
2222
- build-fpm
2323
- build-cli
24+
- build-prometheus-exporter-file
2425
- test-http-e2e: *test-http
2526
- test-prometheus-exporter-file-e2e: &test-prometheus-exporter-file-e2e
2627
requires:

0 commit comments

Comments
 (0)