This repository has been archived on 2022-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.sshd/.drone.yml
Renovate Bot 0988fafae8
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
Update dependency python to v3.10
2022-06-29 07:05:39 +00:00

17 lines
444 B
YAML

----
kind: pipeline
name: default
steps:
- name: integration test
image: python:3.10-buster
environment:
REMOTE_USER: molecule
HCLOUD_TOKEN:
from_secret: HCLOUD_TOKEN
commands:
- apt update && apt install -y pwgen
- mkdir -p /root/.ansible/roles && ln -sr . /root/.ansible/roles/autonomic.sshd
- export INSTANCE_UUID=$(pwgen 8 1)
- pip install -r requirements.txt
- molecule test