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"
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user