Skip to content

Commit

Permalink
Merge pull request #2763 from wordpress-mobile/fix/ci-android-docker-…
Browse files Browse the repository at this point in the history
…image

Pin circleci/android:api-29-node docker image to previous version with node 12
  • Loading branch information
cameronvoell committed Oct 29, 2020
1 parent b8280f2 commit 06516db
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 @@ -94,7 +94,7 @@ jobs:
type: string
default: ""
docker:
- image: circleci/android:api-29-node
- image: circleci/android:api-29-node@sha256:71d61d6c21b29948d57120f476a83cc322a280979bce355c5a0ad771293ca380
environment:
JAVA_OPTS: '-Xms512m -Xmx2g'
GRADLE_OPTS: '-Xmx3g -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx2g -XX:+HeapDumpOnOutOfMemoryError"'
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
type: boolean
default: false
docker:
- image: circleci/android:api-29-node
- image: circleci/android:api-29-node@sha256:71d61d6c21b29948d57120f476a83cc322a280979bce355c5a0ad771293ca380
steps:
- checkout
- checkout-submodules
Expand Down

0 comments on commit 06516db

Please sign in to comment.