Switch to updated docker fork of gitlab-ci-android

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-05-08 14:12:09 +05:30
parent d9f1b36e3a
commit 6fb0c7dc9b

View File

@@ -1,4 +1,4 @@
image: jangrewe/gitlab-ci-android image: theimpulson/gitlab-ci-android
before_script: before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle - export GRADLE_USER_HOME=$(pwd)/.gradle
@@ -49,4 +49,3 @@ sendLogs:
script: script:
- sh ci-notify.sh --logs - sh ci-notify.sh --logs
when: on_failure when: on_failure