Skip to content

Commit

Permalink
#1455 | use circleci convenience image with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Jul 18, 2024
1 parent cf3f2d3 commit 3913722
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

release_android_no_env:
docker:
- image: cimg/android:2022.12-node
- image: cimg/android:2023.12-node
working_directory: ~/avni-client
resource_class: large
steps:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

release_android_staging:
docker:
- image: cimg/android:2022.12-node
- image: cimg/android:2023.12-node
working_directory: ~/avni-client
resource_class: large
environment:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

release_android_gramin_staging:
docker:
- image: cimg/android:2022.12-node
- image: cimg/android:2023.12-node
working_directory: ~/avni-client
resource_class: large
environment:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

release_android_prerelease:
docker:
- image: cimg/android:2022.12-node
- image: cimg/android:2023.12-node
working_directory: ~/avni-client
resource_class: large
environment:
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

release_android_perf:
docker:
- image: cimg/android:2022.12-node
- image: cimg/android:2023.12-node
working_directory: ~/avni-client
resource_class: large
environment:
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
type: string
default: << pipeline.parameters.flavor >>_KEY_ALIAS
docker:
- image: cimg/android:2022.12-node
- image: cimg/android:2023.12-node
working_directory: ~/avni-client
resource_class: large
environment:
Expand Down

0 comments on commit 3913722

Please sign in to comment.