Loading .gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -70,9 +70,8 @@ test: # |==========================================| generate-apks: stage: release rules: - if: '$CI_COMMIT_TAG' # && $CI_COMMIT_REF_PROTECTED == "true"' # TODO <= uncomment once validated when: on_success # - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' # when: on_success needs: - build dependencies: Loading Loading
.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -70,9 +70,8 @@ test: # |==========================================| generate-apks: stage: release rules: - if: '$CI_COMMIT_TAG' # && $CI_COMMIT_REF_PROTECTED == "true"' # TODO <= uncomment once validated when: on_success # - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' # when: on_success needs: - build dependencies: Loading