mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Try if the variables are lower-case
This commit is contained in:
parent
1acd7db5f8
commit
7a1f32894b
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ if test -z "${DRONE_DIR}"; then
|
|||
DRONE_DIR=`dirname ${DRONE_WORKSPACE}`
|
||||
fi
|
||||
|
||||
DEBIAN_SECRET_KEY="$debian_secret_key"
|
||||
DEBIAN_SECRET_IV="$debian_secret_iv"
|
||||
|
||||
if test "$DEBIAN_SECRET_KEY" -a "$DEBIAN_SECRET_IV"; then
|
||||
openssl aes-256-cbc -K $DEBIAN_SECRET_KEY -iv $DEBIAN_SECRET_IV -in admin/linux/debian/signing-key.txt.enc -d | gpg --import
|
||||
|
|
Loading…
Reference in a new issue