debug network #3

Closed
xoxys wants to merge 1 commits from debug into main
2 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,7 @@ local PipelineDeployment(scenario='rocky9') = {
HCLOUD_TOKEN: { from_secret: 'hcloud_token' },
},
commands: [
'sleep 1h',
'molecule test -s ' + scenario,
],
},

View File

@ -53,6 +53,7 @@ steps:
- name: ansible-molecule
image: thegeeklab/molecule:4
commands:
- sleep 1h
- molecule test -s rocky9
environment:
HCLOUD_TOKEN:
@ -148,6 +149,6 @@ depends_on:
---
kind: signature
hmac: 2b0cc784b55812ac281219c9c8d789a1414b208a4341a277deb865a8aebad87e
hmac: 1af5b8b94b948e4e8dde4209cbfc2757581330b383cc5aec8cad0f31a3e4f7a0
...