Attempt to work-around outdated CA certificates in drone/git Docker image.
This commit is contained in:
parent
fbbb096cec
commit
f129e4c301
1 changed files with 12 additions and 0 deletions
12
.drone.yml
12
.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
|
||||
|
|
Loading…
Reference in a new issue