Trying to fix CI.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
9fa88a455d
commit
54025c8a51
@ -26,6 +26,11 @@ services:
|
|||||||
image: "docker:20.10.17-dind"
|
image: "docker:20.10.17-dind"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: "docker"
|
||||||
|
image: "docker:20.10.17-dind"
|
||||||
|
detach: true
|
||||||
|
privileged: true
|
||||||
|
|
||||||
- name: "mirror"
|
- name: "mirror"
|
||||||
image: "docker:20.10.17"
|
image: "docker:20.10.17"
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
@ -39,3 +44,5 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apk add --no-cache bash
|
- apk add --no-cache bash
|
||||||
- ./mirror.sh
|
- ./mirror.sh
|
||||||
|
depends_on:
|
||||||
|
- "docker"
|
||||||
|
Loading…
Reference in New Issue
Block a user