diff --git a/.drone.yml b/.drone.yml index a3c4046..cc376cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: docker:20.10.12-dind commands: #- ln -snf /usr/share/zoneinfo/$(echo "Europe/Prague") /etc/localtime && echo $(echo "Europe/Prague") > /etc/timezone - - apk add git -y + - apk add git - git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git - cd mikrotik-exporter - docker build -t mikrotik_exporter:1.0 .