molecule-hetznercloud/.drone.yml

14 lines
294 B
YAML

---
kind: pipeline
name: integration
steps:
- name: molecule test
image: python:3.8-buster
environment:
HCLOUD_TOKEN:
from_secret: HCLOUD_TOKEN
commands:
- pip install -e .
- export INSTANCE_UUID=$RANDOM
- cd integration-test-role && molecule test