molecule-hetznercloud/.drone.yml
Luke Murphy 33037b9d32
Some checks failed
continuous-integration/drone/push Build is failing
Use proper syntax for getting RANDOM out
2020-04-24 14:43:45 +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