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 .