From 925cb984477cc2ed801a7dd475f15ccc6cb1e3e1 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Mon, 27 Jun 2022 00:38:00 +0500 Subject: [PATCH] Trying to fix CI. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ec7e7c6..4de246f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,11 +25,11 @@ steps: - name: "mirror" image: "docker:20.10.17" pull: if-not-exists - privileged: true environment: REGISTRY_USER: drone REGISTRY_PASSWORD: from_secret: drone_secret commands: + - ls /var/run - apk add --no-cache bash - ./mirror.sh