Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
kind: pipeline
type: docker
name: tests-stable
timeout: 90

# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
Expand Down Expand Up @@ -72,6 +73,7 @@ trigger:
kind: pipeline
type: docker
name: tests-master
timeout: 90

steps:
- name: gplay
Expand Down
Loading