Update '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Radim Lipovčan 2022-02-08 10:41:27 +01:00
parent 2607821374
commit da68d54f71
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ type: docker
steps:
- name: build
image: plugins/docker
image: 20.10.12-dind
commands:
#- ln -snf /usr/share/zoneinfo/$(echo "Europe/Prague") /etc/localtime && echo $(echo "Europe/Prague") > /etc/timezone
- pkg install git -y
- apk add git -y
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
- cd mikrotik-exporter
- docker build -t mikrotik_exporter:1.0 .