ci: switch to molecule v4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2022-12-21 09:14:43 +01:00
parent 0ae1421e07
commit fff7164582
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ local PipelineLinting = {
},
commands: [
'pip install -qq yapf',
'[ ! -z "$(find . -type f -name *.py)" ] && yapf -rd ./',
'[ ! -z "$(find . -type f -name *.py)" ] && yapf -rd ./',
],
},
{
@ -58,7 +58,7 @@ local PipelineDeployment(scenario='rocky9') = {
steps: [
{
name: 'ansible-molecule',
image: 'thegeeklab/molecule:3',
image: 'thegeeklab/molecule:4',
environment: {
HCLOUD_TOKEN: { from_secret: 'hcloud_token' },
},

View File

@ -16,7 +16,7 @@ steps:
image: python:3.9
commands:
- pip install -qq yapf
- "[ ! -z \"$(find . -type f -name *.py)\" ] && yapf -rd ./"
- "[ ! -z \"$(find . -type f -name *.py)\" ] && yapf -rd ./"
environment:
PY_COLORS: 1
@ -51,7 +51,7 @@ workspace:
steps:
- name: ansible-molecule
image: thegeeklab/molecule:3
image: thegeeklab/molecule:4
commands:
- molecule test -s rocky9
environment:
@ -147,6 +147,6 @@ depends_on:
---
kind: signature
hmac: edad4549be885f935b843f83c052815ec8ac7f7264a8305e78eadef38dd7feb2
hmac: e17779c49f9258f427177c5606a6996c6cb4f9523719acbeffa01116033e0824
...