Loading .gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -175,9 +175,6 @@ build_release: stage: release # Use an image with Android SDK pre-installed image: cimg/android:2024.01.1-ndk # Only run on version tags (v*) rules: - if: '$CI_COMMIT_TAG =~ /^v.*/' # Resource group for concurrency control resource_group: android-release-${CI_COMMIT_REF_SLUG} variables: Loading Loading
.gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -175,9 +175,6 @@ build_release: stage: release # Use an image with Android SDK pre-installed image: cimg/android:2024.01.1-ndk # Only run on version tags (v*) rules: - if: '$CI_COMMIT_TAG =~ /^v.*/' # Resource group for concurrency control resource_group: android-release-${CI_COMMIT_REF_SLUG} variables: Loading