Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIstván Váradi <ivaradi@varadiistvan.hu>2018-01-23 21:51:13 +0300
committerIstván Váradi <ivaradi@varadiistvan.hu>2018-01-23 21:51:13 +0300
commit5e7f72b8df12ad36fd417311488f9828db83ec8a (patch)
tree601a11bb943d3da273b77d262e43ac132b1ff6bf /.drone.yml
parented9300f9246ff7f45bbe57a955b08eff7811cc2a (diff)
Attempt to pass the key in the environment
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 74154e681..7905aef46 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -92,6 +92,9 @@ pipeline:
image: nextcloudci/client-debian-ci:client-debian-ci-1
commands:
- /bin/bash -c "./admin/linux/debian/drone-build.sh"
+ environment:
+ - DEBIAN_SECRET_KEY="$$DEBIAN_SECRET_KEY"
+ - DEBIAN_SECRET_IV="$$DEBIAN_SECRET_IV"
when:
matrix:
BUILD: Debian