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

This commit is contained in:
Radim Lipovčan 2022-02-07 19:52:46 +01:00
parent ea15ae33f8
commit a22006e6e1
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View 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 .