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

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

View File

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