Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
d20008caf4
commit
2f8e26eae7
@ -9,11 +9,11 @@ steps:
|
|||||||
- 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/* .
|
||||||
- name: build-golang
|
- name: golang
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
- go test
|
- go test
|
||||||
- echo -n "5.2.6,5.2.4" > .tags
|
- echo -n "5.2.6,5.2.4" > .tags
|
||||||
- name: build-image
|
- name: image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user