Update .gitlab-ci.yml

This commit is contained in:
Tobias Fella 2020-05-10 19:34:01 +00:00
parent e3678fdff5
commit 9d5a118161
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ android:
CI_TOOLING: /home/user/ci-tooling
stage: build
image: kdeorg/android-sdk
image: nicolasfella/android-sdk
script:
- cd /home/user
- /opt/helpers/build-kde-dependencies alligator
- APK_ARGS=`/opt/helpers/get-apk-args alligator`
- APK_ARGS=`python3 /opt/helpers/get-apk-args.py .`
- build-kde-project alligator Applications $APK_ARGS
- /opt/helpers/create-apk alligator