Skip to content

Commit

Permalink
Configure context at right place
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Dec 6, 2024
1 parent 877d5ca commit 23cd63b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ jobs:
command: dockerTest

deploy:
context:
- deploy
executor: circle-jdk-executor
steps:
- checkout
Expand All @@ -105,6 +103,8 @@ workflows:
- build-jdk17
- docker-tests
- deploy:
context:
- deploy
requires:
- build
- build-jdk11
Expand Down Expand Up @@ -142,6 +142,8 @@ workflows:
tags:
only: /^v\d+\.\d+\.\d+(-(RC|M)\d+)?$/
- deploy:
context:
- deploy
requires:
- build
- build-jdk11
Expand Down

0 comments on commit 23cd63b

Please sign in to comment.