diff --git a/.woodpecker/docs.yaml b/.woodpecker/docs.yaml index 8f684c7..1ab93d9 100644 --- a/.woodpecker/docs.yaml +++ b/.woodpecker/docs.yaml @@ -15,6 +15,12 @@ steps: ANSIBLE_DOCTOR_ROLE_NAME: ${CI_REPO_NAME} ANSIBLE_DOCTOR_TEMPLATE: readme + - name: format + image: quay.io/thegeeklab/alpine-tools + commands: + - prettier README.md + - prettier -w README.md + - name: diff image: quay.io/thegeeklab/alpine-tools commands: diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index a4991f7..94d489a 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -14,6 +14,7 @@ variables: target: HCLOUD_TOKEN environment: PY_COLORS: "1" + INSTANCE_NAME: "-${CI_COMMIT_SHA:0:8}" steps: - name: molecule-default diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 1f3cd4d..95181ef 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -7,7 +7,7 @@ dependency: role-file: molecule/requirements.yml requirements-file: molecule/requirements.yml platforms: - - name: "rocky9-podman" + - name: "rocky9-podman${INSTANCE_NAME}" server_type: "cx11" image: "rocky-9" provisioner: