Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Radim Lipovčan 2022-02-07 19:54:21 +01:00
parent 13a16d03f5
commit 8a5e3d31d6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: build
image: ubuntu:22.04
commands:
- apt update & apt install docker git -y
- apt-get update & apt-get install docker git -y
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
- docker build -t mikrotik_exporter:1.0 .