Trying to fix CI.
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Stanislav Nikitin 2022-06-27 00:27:19 +05:00
parent 9fa88a455d
commit 54025c8a51
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,11 @@ services:
image: "docker:20.10.17-dind"
steps:
- name: "docker"
image: "docker:20.10.17-dind"
detach: true
privileged: true
- name: "mirror"
image: "docker:20.10.17"
pull: if-not-exists
@ -39,3 +44,5 @@ steps:
commands:
- apk add --no-cache bash
- ./mirror.sh
depends_on:
- "docker"