From c5275652771ba88fa7997e37866f78d068eeea4f Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sat, 13 Aug 2022 07:36:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93d08032d..98be25c89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,6 +144,8 @@ build_windows: build_android_debug: stage: build script: [./scripts/build-android-debug.sh] + tags: + - android artifacts: when: on_success paths: @@ -158,6 +160,8 @@ build_android_apk: - git apply ./scripts/enable-android-google-services.patch - ./scripts/prepare-android-release.sh script: [./scripts/build-android-apk.sh] + tags: + - android artifacts: when: on_success paths: @@ -172,6 +176,8 @@ deploy_playstore_internal: - git apply ./scripts/enable-android-google-services.patch - ./scripts/prepare-android-release.sh script: [./scripts/release-playstore-beta.sh] + tags: + - android artifacts: when: on_success paths: