molecule-hetznercloud/.drone.yml

14 lines
303 B
YAML
Raw Normal View History

2020-04-24 12:27:49 +00:00
---
kind: pipeline
name: integration
steps:
- name: molecule test
2020-04-24 12:20:51 +00:00
image: python:3.8-buster
environment:
HCLOUD_TOKEN:
from_secret: HCLOUD_TOKEN
2020-04-24 12:12:57 +00:00
commands:
- pip install -e .
- export INSTANCE_UUID=$(echo $$RANDOM)
2020-04-24 12:12:57 +00:00
- cd integration-test-role && molecule test