Skip to content

Commit

Permalink
circle image change (#2638)
Browse files Browse the repository at this point in the history
* circle image change
  • Loading branch information
chayim authored and sazzad16 committed Sep 7, 2021
1 parent 086854c commit 4e2f998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands:
executors:
linux-8-jdk:
docker:
- image: circleci/openjdk:8-jdk
- image: cimg/openjdk:8.0

jobs:
build:
Expand All @@ -40,7 +40,7 @@ jobs:
keys:
- jedis-{{ checksum "pom.xml" }}

- run: mvn dependency:go-offline
- run: mvn dependency:go-offline

- save_cache:
paths:
Expand All @@ -57,8 +57,8 @@ jobs:

- early_return_for_forked_pull_requests

- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}

- run: mvn -s .circleci.settings.xml -DskipTests deploy

workflows:
Expand Down

0 comments on commit 4e2f998

Please sign in to comment.