molecule-hetznercloud/.drone.yml
Luke Murphy b7dc5077bf
Some checks failed
continuous-integration/drone/push Build is failing
Allow debugging
2020-04-24 14:49:13 +02:00

15 lines
330 B
YAML

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