molecule-hetznercloud/.drone.yml

15 lines
329 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:
2020-04-24 13:13:42 +00:00
MOLECULE_NO_LOG: false
HCLOUD_TOKEN:
from_secret: HCLOUD_TOKEN
2020-04-24 12:12:57 +00:00
commands:
- pip install -e .
2020-04-25 05:46:29 +00:00
- export INSTANCE_UUID=$(openssl rand -hex 16)
2020-04-24 13:09:25 +00:00
- cd integration && molecule test