Skip to content

Commit

Permalink
try downgrading android image
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Apr 29, 2024
1 parent 900af2a commit 1e55378
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Expand Up @@ -122,13 +122,13 @@ commands:
- v10-test-success-{{ checksum "../workspace/.manifests/android_native" }}
- android/change-java-version:
java-version: 11
- run:
name: Quit early if possible
command: |
if test $CIRCLE_BRANCH != beta-android && ls build-success.log
then
circleci step halt
fi
# - run:
# name: Quit early if possible
# command: |
# if test $CIRCLE_BRANCH != beta-android && ls build-success.log
# then
# circleci step halt
# fi
- run:
name: Clear project dir
command: |
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:

build-test-app-android:
docker:
- image: cimg/android:2024.04.1-node
- image: cimg/android:2024.01.1-node
resource_class: large
steps:
- prep-android-env
Expand Down

0 comments on commit 1e55378

Please sign in to comment.