diff --git a/.drone.yml b/.drone.yml index c7ed387..7c54355 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 .