Update '.drone.yml'

This commit is contained in:
Radim Lipovčan 2022-02-08 10:56:59 +01:00
parent 67538bce94
commit c803eca3e1

View File

@ -8,7 +8,7 @@ steps:
commands: commands:
- apk add git - apk add git
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git - git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
- mv mikrotik-exporter/* . - mv mikrotik-exporter/* . ; rm mikrotik-exporter/ -Rvf
- name: golang-build - name: golang-build
image: golang image: golang
commands: commands: