Skip to content

Commit 2b60c47

Browse files
authored
Update common Prometheus files (#648)
Signed-off-by: prombot <[email protected]>
1 parent ee34417 commit 2b60c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ jobs:
44
working_directory: ~/circleci-java
55
docker:
66
- image: circleci/openjdk:8-jdk-stretch
7-
8-
steps:
7+
steps:
98
- checkout
109
- restore_cache: # restore the saved cache after the first run or if `pom.xml` has changed
1110
key: circleci-demo-java-spring-{{ checksum "pom.xml" }}
@@ -14,5 +13,6 @@ jobs:
1413
paths:
1514
- ~/.m2
1615
key: circleci-demo-java-spring-{{ checksum "pom.xml" }}
17-
1816
- run: mvn package
17+
orbs:
18+
prometheus: prometheus/[email protected]

0 commit comments

Comments
 (0)