Skip to content

Commit 23cd63b

Browse files
committed
Configure context at right place
1 parent 877d5ca commit 23cd63b

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
@@ -85,8 +85,6 @@ jobs:
8585
command: dockerTest
8686

8787
deploy:
88-
context:
89-
- deploy
9088
executor: circle-jdk-executor
9189
steps:
9290
- checkout
@@ -105,6 +103,8 @@ workflows:
105103
- build-jdk17
106104
- docker-tests
107105
- deploy:
106+
context:
107+
- deploy
108108
requires:
109109
- build
110110
- build-jdk11
@@ -142,6 +142,8 @@ workflows:
142142
tags:
143143
only: /^v\d+\.\d+\.\d+(-(RC|M)\d+)?$/
144144
- deploy:
145+
context:
146+
- deploy
145147
requires:
146148
- build
147149
- build-jdk11

0 commit comments

Comments
 (0)