diff options
author | Joas Schilling <coding@schilljs.com> | 2023-07-13 11:49:14 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-07-13 11:49:34 +0200 |
commit | 3f06018c234a0137ec01af4946e719d8d9b903ac (patch) | |
tree | 03347de3cd4b9a16b64e5809acd947e11ea628e7 /.drone.yml | |
parent | 09ff81267c87286c1472a0cdb9f11d316aeb83eb (diff) | |
download | nextcloud-server-3f06018c234a0137ec01af4946e719d8d9b903ac.tar.gz nextcloud-server-3f06018c234a0137ec01af4946e719d8d9b903ac.zip |
chore(CI): Sign .drone.yml file
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 5b0c0f111cd..9a28fd9b481 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: 2e76cd6b57ccdd8026b42219bb81006de27898ef2a1a29dbc8e6ea093df766a2 |