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
parented9300f9246ff7f45bbe57a955b08eff7811cc2a (diff)
Attempt to pass the key in the environment
-rw-r--r--.drone.yml3
-rwxr-xr-xadmin/linux/debian/drone-build.sh2
2 files changed, 3 insertions, 2 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
diff --git a/admin/linux/debian/drone-build.sh b/admin/linux/debian/drone-build.sh
index fffab1a10..9c4ae09f9 100755
--- a/admin/linux/debian/drone-build.sh
+++ b/admin/linux/debian/drone-build.sh
@@ -12,8 +12,6 @@ OBS_PACKAGE=nextcloud-client
pull_request=${DRONE_PULL_REQUEST:=master}
-env
-
if test -z "${DRONE_WORKSPACE}"; then
DRONE_WORKSPACE=`pwd`
fi