diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-07-25 11:31:54 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-07-25 11:31:54 +0000 |
commit | 25741b44b574edb2cee6ef5299f562bb87a94c26 (patch) | |
tree | 43ce1f4205326414e5611190b026c8905e746487 /.gitlab-ci.yml | |
parent | c588ee2ea1f025732b1d5da506e1b5952ba24f3f (diff) |
7127: fix new installed app doesn't show up in AdvancedPrivacy until reboot
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7374aa..8aa5006 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,7 +99,11 @@ build-e-release: variables: MAPBOX_KEY: $MAPBOX_KEY_PROD when: always - - when: never + - if: '$CI_COMMIT_REF_PROTECTED == "true"' + variables: + MAPBOX_KEY: $MAPBOX_KEY_PROD + when: manual + artifacts: paths: - app/build/outputs/apk |