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

This commit is contained in:
Radim Lipovčan 2022-02-08 10:56:59 +01:00
parent 67538bce94
commit c803eca3e1
1 changed files with 1 additions and 1 deletions

View File

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