mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Dummy commit to trigger a new build
This commit is contained in:
parent
5e7f72b8df
commit
1acd7db5f8
2 changed files with 1 additions and 3 deletions
|
@ -92,9 +92,6 @@ 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
|
||||
|
|
|
@ -20,6 +20,7 @@ if test -z "${DRONE_DIR}"; then
|
|||
DRONE_DIR=`dirname ${DRONE_WORKSPACE}`
|
||||
fi
|
||||
|
||||
|
||||
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