Prechádzať zdrojové kódy

Attempt to work-around outdated CA certificates in drone/git Docker image.

Dan Helfman 3 rokov pred
rodič
commit
f129e4c301
1 zmenil súbory, kde vykonal 12 pridanie a 0 odobranie
  1. 12 0
      .drone.yml

+ 12 - 0
.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