summaryrefslogtreecommitdiff
path: root/cashier/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-03-18 15:00:45 -0300
committerTorsten Grote <t@grobox.de>2020-03-18 15:22:18 -0300
commitd20a5a81af4fa88eb26ea9678ecc13a0dd3d64a5 (patch)
treef09b9584c5523a184a45fe48b34a6de3d8616449 /cashier/.gitlab-ci.yml
parenta4796ec47d89a851b260b6fc195494547208a025 (diff)
downloadtaler-android-d20a5a81af4fa88eb26ea9678ecc13a0dd3d64a5.tar.gz
taler-android-d20a5a81af4fa88eb26ea9678ecc13a0dd3d64a5.tar.bz2
taler-android-d20a5a81af4fa88eb26ea9678ecc13a0dd3d64a5.zip
Fix lint issues and CI dependencies
Diffstat (limited to 'cashier/.gitlab-ci.yml')
-rw-r--r--cashier/.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cashier/.gitlab-ci.yml b/cashier/.gitlab-ci.yml
index f8cc7f3..ba64ccc 100644
--- a/cashier/.gitlab-ci.yml
+++ b/cashier/.gitlab-ci.yml
@@ -6,6 +6,10 @@ cashier_test:
changes:
- "cashier"
script: ./gradlew :cashier:lint :cashier:assembleRelease
+ artifacts:
+ paths:
+ - cashier/build/reports/lint-results.html
+ expire_in: 1 week
cashier_deploy_nightly:
stage: deploy
@@ -14,6 +18,7 @@ cashier_deploy_nightly:
- master
changes:
- "cashier"
+ needs: ["cashier_test"]
script:
# Ensure that key exists
- test -z "$DEBUG_KEYSTORE" && exit 0