symlink & install system deps
This commit is contained in:
parent
d48937dbd0
commit
021351e225
@ -9,6 +9,8 @@ steps:
|
|||||||
HCLOUD_TOKEN:
|
HCLOUD_TOKEN:
|
||||||
from_secret: HCLOUD_TOKEN
|
from_secret: HCLOUD_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- apt update && apt install -y pwgen
|
||||||
|
- mkdir -p /root/.ansible/roles && ln -sr . /root/.ansible/roles/autonomic.add-users
|
||||||
- export INSTANCE_UUID=$(pwgen 8 1)
|
- export INSTANCE_UUID=$(pwgen 8 1)
|
||||||
|
- pip install -r requirements.txt
|
||||||
- molecule test
|
- molecule test
|
||||||
|
Reference in New Issue
Block a user