From da0a7e23eaa00c0fff8fefe96e7519de06b7f8a5 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 09:04:30 +0100 Subject: [PATCH] Skip certificate verification on build --- Infrastructure/.drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 5e5643d..c80a459 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -1,6 +1,9 @@ kind: pipeline name: default +clone: + skip_verify: true + steps: - name: build image: mcr.microsoft.com/dotnet/core/sdk:2.2