From 0dd01a0b720caf9f37b9bcbe03e235333ee73b7c Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 1 Sep 2023 17:39:02 +0200 Subject: [PATCH] chore: bump gitea to 04771b5ff7 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 483a9f8..f753c99 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 c0ab7070e5 + - /usr/local/bin/giteaupdater 04771b5ff7 # simply demonstrate we're able to run ansible. - name: ansible - sayhi @@ -57,6 +57,6 @@ steps: --- kind: signature -hmac: dff3c3dc4512216db8244b585010e13de1e2a6fe47f9d568da244155753d179b +hmac: be14fd25effbae59895d0743e112e874733976ef12889e16d062f08d618fd276 ...