docker-build-mikrotik-exporter/.drone.yml
Radim Lipovčan 70b800252e
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-02-08 10:42:18 +01:00

20 lines
538 B
YAML

kind: pipeline
name: build
type: docker
steps:
- name: build
image: docker:20.10.12-dind
commands:
#- ln -snf /usr/share/zoneinfo/$(echo "Europe/Prague") /etc/localtime && echo $(echo "Europe/Prague") > /etc/timezone
- apk add git -y
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
- cd mikrotik-exporter
- docker build -t mikrotik_exporter:1.0 .
# - name: publish
# image: plugins/docker
# repo: foo/bar
# commands:
# - git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git