diff --git a/.drone.yml b/.drone.yml index 863fa40..9a2a1d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"