mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
28 lines
696 B
YAML
28 lines
696 B
YAML
---
|
|
kind: pipeline
|
|
name: Debian
|
|
|
|
# SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
steps:
|
|
- name: build
|
|
image: ghcr.io/nextcloud/continuous-integration-client-debian:client-debian-3
|
|
commands:
|
|
- /bin/bash -c "./admin/linux/debian/drone-build.sh" || echo "[WARNING] Debian build failed but this is a non-blocking CI event"
|
|
environment:
|
|
DEBIAN_SECRET_KEY:
|
|
from_secret: DEBIAN_SECRET_KEY
|
|
DEBIAN_SECRET_IV:
|
|
from_secret: DEBIAN_SECRET_IV
|
|
trigger:
|
|
branch:
|
|
- master
|
|
event:
|
|
- pull_request
|
|
- push
|
|
---
|
|
kind: signature
|
|
hmac: 93c5b346ab89a97fab839c71cf8b32e79c78b72105acb59a1848ece230047f7f
|
|
...
|