diff --git a/.drone.yml b/.drone.yml index d82e8bc..e5db1f4 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 a1fcb1cfb8 + - /usr/local/bin/giteaupdater 3ff5a6a365 # simply demonstrate we're able to run ansible. - name: ansible - sayhi @@ -57,6 +57,6 @@ steps: --- kind: signature -hmac: a3665f665ed463e20009b321a0f4b53c98d14d25f96b9211c817ff990c3e86a9 +hmac: b245f5f7a2049aa5adb3018b665542606d6889c04f699fb9a569f88bfa17ce05 ...