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