diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2023-07-13 12:45:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 12:45:18 +0200 |
commit | 9b1bb6a61da3546cc39196fa63f6197ba04302dd (patch) | |
tree | d5beb709baab5e162475bb2a072fed20beb887de | |
parent | 02b6dce94bc413640064ef081320556c3d872918 (diff) | |
parent | a611f045bea090e51306dcbfb8f684b68a98b354 (diff) | |
download | nextcloud-server-9b1bb6a61da3546cc39196fa63f6197ba04302dd.tar.gz nextcloud-server-9b1bb6a61da3546cc39196fa63f6197ba04302dd.zip |
Merge pull request #39345 from nextcloud/ci/sign-drone-stable26
[stable26] chore(CI): Sign .drone.yml file
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 391c081457d..51bd457d63d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline name: checkers @@ -1995,3 +1996,6 @@ trigger: event: - pull_request - push +--- +kind: signature +hmac: 6fe5dad5c0beaf5cd76b02bbe27cc4986864cbc94b36a9454c0d9e27cb2174d3 |