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

This commit is contained in:
Radim Lipovčan 2022-02-07 20:37:49 +01:00
parent 9f87974e30
commit 6273ff7c8d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ steps:
- ln -snf /usr/share/zoneinfo/$(echo "Europe/Prague") /etc/localtime && echo $(echo "Europe/Prague") > /etc/timezone
- apt-get update ; apt-get install docker.io git -y
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
- cd mikrotik-exporter
- docker build -t mikrotik_exporter:1.0 .