Skip to content

Commit

Permalink
Fix missing context for prometheus exporter push
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
renatomefi committed Apr 18, 2019
1 parent 62f8c24 commit d2444bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ version: 2.1
- build-http
- build-fpm
- build-cli
- build-prometheus-exporter-file
- test-http-e2e: *test-http
- test-prometheus-exporter-file-e2e: &test-prometheus-exporter-file-e2e
requires:
Expand Down

0 comments on commit d2444bb

Please sign in to comment.