Update '.drone.yml'
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Radim Lipovčan 2022-02-07 19:55:16 +01:00
parent 8a5e3d31d6
commit 60cdf4c47d
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ type: docker
steps:
- name: build
image: ubuntu:22.04
image: ubuntu:20.04
commands:
- apt-get update & apt-get install docker git -y
- apt-get update ; apt-get install docker git -y
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
- docker build -t mikrotik_exporter:1.0 .