diff --git a/.drone.jsonnet b/.drone.jsonnet index 871a17f..e4fb739 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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' }, }, diff --git a/.drone.yml b/.drone.yml index d7571ed..3b66a97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: a69e9862d4a51a21259fbe8ec358e64711e605febd93921fda361b75f0932962 +hmac: bef22b3fdb4e8d89bc1bd248ccecd1572a8fcf1e490d60b6fab4b6c517814912 ...