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

This commit is contained in:
Radim Lipovčan 2022-02-08 10:55:00 +01:00
parent d20008caf4
commit 2f8e26eae7
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ steps:
- apk add git
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
- mv mikrotik-exporter/* .
- name: build-golang
- name: golang
image: golang
commands:
- go build
- go test
- echo -n "5.2.6,5.2.4" > .tags
- name: build-image
- name: image
image: plugins/docker