diff --git a/.drone.yml b/.drone.yml index 8b0aa7d..b781941 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,5 +19,5 @@ steps: GCHAT_WH: from_secret: GCHAT_WH commands: - - "apt install curl" + - "apt-get install curl" - "curl -X 'POST' '$GCHAT_WH' -H 'Content-type:application/json' -d '{'text':'Drone says hello'}' "