From f291ba886c85e8abccc5ba3544f80271dcae33ec Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 29 Jan 2023 23:36:17 +0100 Subject: [PATCH] chore: bump gitea to 3ff5a6a365 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d82e8bc..e5db1f4 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 a1fcb1cfb8 + - /usr/local/bin/giteaupdater 3ff5a6a365 # simply demonstrate we're able to run ansible. - name: ansible - sayhi @@ -57,6 +57,6 @@ steps: --- kind: signature -hmac: a3665f665ed463e20009b321a0f4b53c98d14d25f96b9211c817ff990c3e86a9 +hmac: b245f5f7a2049aa5adb3018b665542606d6889c04f699fb9a569f88bfa17ce05 ...