camera-motion-detect/.drone.yml

22 lines
398 B
YAML
Raw Normal View History

2022-02-12 18:44:20 +00:00
---
kind: pipeline
type: kubernetes
name: default
steps:
2022-02-20 14:39:34 +00:00
- name: lint
2022-02-20 14:56:23 +00:00
image: python
2022-02-20 14:39:34 +00:00
commands:
2022-02-20 14:56:23 +00:00
- pip install pre_commit
- pre-commit run --all-files
2022-02-12 18:44:20 +00:00
- name: docker
image: plugins/docker
settings:
repo: harbor.k-space.ee/${DRONE_REPO}
registry: harbor.k-space.ee
mtu: 1300
username:
from_secret: docker_username
password:
from_secret: docker_password