diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-02-24 07:46:23 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-02-24 07:46:23 +0000 |
commit | 650a067529cdf65cc9a9130c91511adfb4b64c98 (patch) | |
tree | 97446224925c34be4ed09e6d0ce679275f698726 /.gitlab-ci.yml | |
parent | 6abf3b8bbcec463dcea8acbba63872d587ff2779 (diff) |
Access trackers list when QP disabled: #4591, #4596, #4601
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 063dd65..24a888a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ test-debug: build-full: stage: build script: - - ./gradlew assembleDebug assembleRelease + - ./gradlew assembleRelease rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' when: never |