Fixed job names
This commit is contained in:
parent
88fd9e8e56
commit
6c7273a2bd
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ commands:
|
||||||
path: << parameters.reports-dir >>
|
path: << parameters.reports-dir >>
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bld_jdk21:
|
bld:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/openjdk:23.0
|
- image: cimg/openjdk:23.0
|
||||||
steps:
|
steps:
|
||||||
|
@ -50,4 +50,4 @@ jobs:
|
||||||
workflows:
|
workflows:
|
||||||
bld:
|
bld:
|
||||||
jobs:
|
jobs:
|
||||||
- bld_jdk23
|
- bld
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue