From ce78a1891872338f51ee779884d3ca9b0781cbb4 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 12 Jan 2023 14:03:38 +0100 Subject: [PATCH] chore: bump gitea to b36854df37 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 48d600d..5091d6f 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 b878155b87 + - /usr/local/bin/giteaupdater b36854df37 # simply demonstrate we're able to run ansible. - name: ansible - sayhi @@ -57,6 +57,6 @@ steps: --- kind: signature -hmac: e6ceb4772cfe23caf677c57c0334b53a3a0d42b9bd36e1a8fb4258a18b6dc8a2 +hmac: 4a8c72309301abb4b725623554c466e114683f9960127dc8485d1623b6fc25a8 ...