From 492ebbede475188bd3712f465d0c40fd35b1cb37 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 8 Jan 2023 20:27:48 +0100 Subject: [PATCH] chore: bump gitea to b878155b87 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3b32aee..48d600d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: script: # giteaupdater updates to latest available # commit unless $1 specifies otherwise. - - /usr/local/bin/giteaupdater a35749893b + - /usr/local/bin/giteaupdater b878155b87 # simply demonstrate we're able to run ansible. - name: ansible - sayhi @@ -57,6 +57,6 @@ steps: --- kind: signature -hmac: 5b1c8569da2537ed5c5274268638c17fb396680f4dd6710e05cb84d816732ed6 +hmac: e6ceb4772cfe23caf677c57c0334b53a3a0d42b9bd36e1a8fb4258a18b6dc8a2 ...