Skip to content

Commit f1d2618

Browse files
committed
change circleci build name
1 parent 5acba8b commit f1d2618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
jobs:
4-
build:
4+
analyze:
55
docker:
66
- image: 'cimg/openjdk:11.0'
77
steps:
@@ -23,5 +23,5 @@ workflows:
2323
jobs:
2424
- maven/test:
2525
executor: j11
26-
- build:
26+
- analyze:
2727
context: SonarCloud

0 commit comments

Comments
 (0)