molecule-hetznercloud/.drone.yml
Luke Murphy d6b5ea5a2a
Some checks failed
continuous-integration/drone/push Build is failing
Allow logging
2020-04-24 15:13:42 +02:00

15 lines
322 B
YAML

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