From e804538b4c0d9ca079a87538fd95bbd2cdabcbce Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 11 Oct 2022 14:06:38 +0200 Subject: [PATCH] chore: bump to 8752d89be7 --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c26707d..248633c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,9 @@ steps: port: 22 command_timeout: 13m script: - - /usr/local/bin/giteaupdater + # giteaupdater updates to latest available + # commit unless $1 specifies otherwise. + - /usr/local/bin/giteaupdater 8752d89be7 # simply demonstrate we're able to run ansible. - name: ansible - sayhi