From f129e4c3017aa21f3f1d2e03075f538611a549a2 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 4 Oct 2021 13:09:44 -0700 Subject: [PATCH] Attempt to work-around outdated CA certificates in drone/git Docker image. --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 944ca5fc2..f634fad3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,10 @@ services: MYSQL_ROOT_PASSWORD: test MYSQL_DATABASE: test +clone: + git: + image: witten/drone-git + steps: - name: build image: alpine:3.9 @@ -36,6 +40,10 @@ services: MYSQL_ROOT_PASSWORD: test MYSQL_DATABASE: test +clone: + git: + image: witten/drone-git + steps: - name: build image: alpine:3.10 @@ -58,6 +66,10 @@ services: MYSQL_ROOT_PASSWORD: test MYSQL_DATABASE: test +clone: + git: + image: witten/drone-git + steps: - name: build image: alpine:3.13