ci: format readme and ensure unique molecule instance
This commit is contained in:
parent
b0f6a53e8d
commit
26d9fcdece
@ -15,6 +15,12 @@ steps:
|
|||||||
ANSIBLE_DOCTOR_ROLE_NAME: ${CI_REPO_NAME}
|
ANSIBLE_DOCTOR_ROLE_NAME: ${CI_REPO_NAME}
|
||||||
ANSIBLE_DOCTOR_TEMPLATE: readme
|
ANSIBLE_DOCTOR_TEMPLATE: readme
|
||||||
|
|
||||||
|
- name: format
|
||||||
|
image: quay.io/thegeeklab/alpine-tools
|
||||||
|
commands:
|
||||||
|
- prettier README.md
|
||||||
|
- prettier -w README.md
|
||||||
|
|
||||||
- name: diff
|
- name: diff
|
||||||
image: quay.io/thegeeklab/alpine-tools
|
image: quay.io/thegeeklab/alpine-tools
|
||||||
commands:
|
commands:
|
||||||
|
@ -14,6 +14,7 @@ variables:
|
|||||||
target: HCLOUD_TOKEN
|
target: HCLOUD_TOKEN
|
||||||
environment:
|
environment:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
|
INSTANCE_NAME: "-${CI_COMMIT_SHA:0:8}"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: molecule-default
|
- name: molecule-default
|
||||||
|
@ -7,7 +7,7 @@ dependency:
|
|||||||
role-file: molecule/requirements.yml
|
role-file: molecule/requirements.yml
|
||||||
requirements-file: molecule/requirements.yml
|
requirements-file: molecule/requirements.yml
|
||||||
platforms:
|
platforms:
|
||||||
- name: "rocky9-podman"
|
- name: "rocky9-podman${INSTANCE_NAME}"
|
||||||
server_type: "cx11"
|
server_type: "cx11"
|
||||||
image: "rocky-9"
|
image: "rocky-9"
|
||||||
provisioner:
|
provisioner:
|
||||||
|
Loading…
Reference in New Issue
Block a user