diff --git a/.drone.yml b/.drone.yml index 4b08f885..214521d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,7 +72,14 @@ trigger: cron: - renew-tls-certificate +clone: + disable: true + steps: + - name: clone + image: alpine/git + commands: + - git clone https://github.com/ViktorBarzin/infra.git . - name: Prepare terraform files image: alpine commands: