Trying to fix CI.
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-06-27 00:27:19 +05:00
parent 9fa88a455d
commit 54025c8a51

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"