From 04cf3660422e0ff8343f5ad241a978758934c902 Mon Sep 17 00:00:00 2001 From: Chandrashekhar Reddy Date: Tue, 15 Oct 2024 09:15:07 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f15ea6..c201211 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: ANDROID_COMPILE_SDK: "34" ANDROID_BUILD_TOOLS: "33.0.2" ANDROID_SDK_TOOLS: "9477386" - + # Keystore credentials stored as GitLab CI/CD variables KEYSTORE_FILE: "${CI_PROJECT_DIR}/keystore.jks" # Path to your keystore file KEYSTORE_PASSWORD: $KS_PASSWORD # GitLab CI/CD variable for the keystore password @@ -79,9 +79,7 @@ assembleRelease: -Pandroid.injected.signing.key.alias=$KEY_ALIAS \ -Pandroid.injected.signing.key.password=$KEY_PASSWORD only: - - tags - except: - - "/^((?!released).)*$/" + - /^released$/ artifacts: paths: - app/build/outputs/