molecule-hetznercloud/.drone.yml
Luke Murphy b530b0a309
Some checks failed
continuous-integration/drone/push Build is failing
Remove debug and fix old tasks
2020-04-24 14:59:20 +02:00

14 lines
303 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=$(echo $$RANDOM)
- cd integration-test-role && molecule test