From 1db62f8b2a9382f3ff1b5f51604b6e8b5da5bb1f Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 21 Feb 2023 15:11:47 +0100 Subject: [PATCH] chore: bump gitea to 1fcf96ad01 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f7d66b4..d18d707 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 e7ef94e00f + - /usr/local/bin/giteaupdater 1fcf96ad01 # simply demonstrate we're able to run ansible. - name: ansible - sayhi @@ -57,6 +57,6 @@ steps: --- kind: signature -hmac: 2cac375d86484d07d66ca5d238bcfae217f34ce9ea2b6398ef923ab4297d2569 +hmac: ce443d6865857d688179436f2dd5e91d73d2fb020c379507502514b48777ea82 ...