From 435d0104d7b7125a74af086e91390bc846fa9811 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 15 Jan 2023 13:47:29 +0100 Subject: [PATCH] chore: bump gitea to fe519d8633 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5091d6f..73643d8 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 b36854df37 + - /usr/local/bin/giteaupdater fe519d8633 # simply demonstrate we're able to run ansible. - name: ansible - sayhi @@ -57,6 +57,6 @@ steps: --- kind: signature -hmac: 4a8c72309301abb4b725623554c466e114683f9960127dc8485d1623b6fc25a8 +hmac: ae75eb1029580461cb5125094411853f8c49cefda4e96e871cd5ec30c96ddbf1 ...