Skip to content

Commit

Permalink
ci : Migrate CircleCI Javadoc workflow to docker from machine workflow (
Browse files Browse the repository at this point in the history
#2204)

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia authored and manusa committed Jun 14, 2023
1 parent a5b5041 commit 7dc8c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- ~/.m2

javadoc:
machine:
image: ubuntu-2004:202201-02
docker:
- image: cimg/openjdk:11.0
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 7dc8c06

Please sign in to comment.