diff options
author | Torsten Grote <t@grobox.de> | 2020-04-02 13:59:16 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-04-02 13:59:16 -0300 |
commit | 78dcfb7c95fd17c8ee04f4c357b1c9b0a46cb0af (patch) | |
tree | c0c8ec613f5c1308176b91468106f10ab6d88eed /cashier | |
parent | a6e5a8d9f210618d779d43c859234b94827bf172 (diff) | |
download | taler-android-78dcfb7c95fd17c8ee04f4c357b1c9b0a46cb0af.tar.gz taler-android-78dcfb7c95fd17c8ee04f4c357b1c9b0a46cb0af.tar.bz2 taler-android-78dcfb7c95fd17c8ee04f4c357b1c9b0a46cb0af.zip |
Prevent parallel deploys to nightly repo
Diffstat (limited to 'cashier')
-rw-r--r-- | cashier/.gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cashier/.gitlab-ci.yml b/cashier/.gitlab-ci.yml index 792f3c5..e5f02ad 100644 --- a/cashier/.gitlab-ci.yml +++ b/cashier/.gitlab-ci.yml @@ -5,6 +5,8 @@ cashier_test: only: changes: - cashier/**/* + - taler-kotlin-common/**/* + - build.gradle script: ./gradlew :cashier:lint :cashier:assembleRelease artifacts: paths: @@ -13,6 +15,7 @@ cashier_test: cashier_deploy_nightly: stage: deploy + resource_group: deploy_nightly only: refs: - master |