From 8c03da55fc6edc3e084acd4868af3e7f7dbb411a Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 28 Sep 2023 21:12:03 +0200 Subject: [PATCH] chore: bump gitea to 3fcad582c9 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5d1c03d..52bd8e2 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 e644cc9448 + - /usr/local/bin/giteaupdater 3fcad582c9 # simply demonstrate we're able to run ansible. - name: ansible - sayhi @@ -57,6 +57,6 @@ steps: --- kind: signature -hmac: ae39b2bbbaa6122a9a0e690e4d9ac853354548328306bdeca8083cff821b6783 +hmac: 827746dcf0e33e01719182a2b932a2c39344dddf16e7ead5d92cdf07290b2465 ...