From 13a16d03f598afe82e3f7026c5cff3f1d066e31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= <radim@lipovcan.cz> Date: Mon, 7 Feb 2022 19:54:02 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2c00709..f9ebb27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: build image: ubuntu:22.04 commands: + - apt update & apt install docker git -y - git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git - - apt update & apt install docker - docker build -t mikrotik_exporter:1.0 .