parent
ea15ae33f8
commit
a22006e6e1
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: build
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: ubuntu:22.04
|
||||||
|
commands:
|
||||||
|
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
|
||||||
|
- apt update & apt install docker
|
||||||
|
- docker build -t mikrotik_exporter:1.0 .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user