Skip to content

Commit 14e8dc6

Browse files
wip
1 parent b951043 commit 14e8dc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ commands:
5858
uname -m
5959
sudo chmod +x codecov
6060
61-
6261
jobs:
6362
tests-java:
6463
parameters:
@@ -112,7 +111,7 @@ jobs:
112111
path: artifacts
113112
- when:
114113
condition: << parameters.exe >> == "docker-amd64"
115-
step:
114+
steps:
116115
- upload-codecov-amd64
117116
- when:
118117
condition: << parameters.exe >> == "docker-arm64"

0 commit comments

Comments
 (0)