We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877d5ca commit 23cd63bCopy full SHA for 23cd63b
.circleci/config.yml
@@ -85,8 +85,6 @@ jobs:
85
command: dockerTest
86
87
deploy:
88
- context:
89
- - deploy
90
executor: circle-jdk-executor
91
steps:
92
- checkout
@@ -105,6 +103,8 @@ workflows:
105
103
- build-jdk17
106
104
- docker-tests
107
- deploy:
+ context:
+ - deploy
108
requires:
109
- build
110
- build-jdk11
@@ -142,6 +142,8 @@ workflows:
142
tags:
143
only: /^v\d+\.\d+\.\d+(-(RC|M)\d+)?$/
144
145
146
147
148
149
0 commit comments