summaryrefslogtreecommitdiff
path: root/wallet/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-10 14:22:22 -0300
committerTorsten Grote <t@grobox.de>2020-04-10 14:22:22 -0300
commit1552f14105ecd9e23ed7abe0bb6737a580b97c2a (patch)
tree814e16000a563fef445fb7f94e19f14db28e9951 /wallet/.gitlab-ci.yml
parent20b1d2677462090a08edda99d042dbcddc9f8c11 (diff)
downloadtaler-android-1552f14105ecd9e23ed7abe0bb6737a580b97c2a.tar.gz
taler-android-1552f14105ecd9e23ed7abe0bb6737a580b97c2a.tar.bz2
taler-android-1552f14105ecd9e23ed7abe0bb6737a580b97c2a.zip
[wallet] move wallet-core library download into gradle task
This removes the last dependency that had to be manually copied.
Diffstat (limited to 'wallet/.gitlab-ci.yml')
-rw-r--r--wallet/.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml
index bbc478a..bc7250b 100644
--- a/wallet/.gitlab-ci.yml
+++ b/wallet/.gitlab-ci.yml
@@ -1,11 +1,5 @@
-.binary_deps:
- before_script:
- - mkdir -p app/src/main/assets
- - wget "https://git.taler.net/wallet-android.git/plain/taler-wallet-android.js?h=binary-deps" -O app/src/main/assets/taler-wallet-android.js
-
wallet_test:
stage: test
- extends: .binary_deps
only:
changes:
- wallet/**/*
@@ -20,7 +14,6 @@ wallet_test:
wallet_deploy_nightly:
stage: deploy
resource_group: deploy_nightly
- extends: .binary_deps
only:
changes:
- wallet/**/*