Skip to content

Commit 7e2fa65

Browse files
fix: matrix not run properly
1 parent e51bab0 commit 7e2fa65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,14 @@ jobs:
6666
type: string
6767
default: << pipeline.parameters.default-maven-image >>
6868
exe:
69-
type: executor
69+
type: string
7070
default: docker-amd64-image
7171
arg-line:
7272
type: string
7373
default: "--add-opens=java.base/java.nio=ALL-UNNAMED"
74-
executor: << parameters.exe >>
74+
executor:
75+
name: << parameters.exe >>
76+
maven-image: << parameters.maven-image >>
7577
steps:
7678
- checkout
7779
- restore_cache:

0 commit comments

Comments
 (0)