From e035112ecea01cba61296b7e60f01015c2da57ed Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Mon, 3 May 2021 11:14:49 +0100 Subject: [PATCH] attempt to fix drone renew tls cert runs --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: