drop molecule instance name env
This commit is contained in:
parent
77c46af85d
commit
1cb16da3e4
@ -18,7 +18,6 @@ steps:
|
||||
- name: format
|
||||
image: quay.io/thegeeklab/alpine-tools
|
||||
commands:
|
||||
- prettier README.md
|
||||
- prettier -w README.md
|
||||
|
||||
- name: diff
|
||||
|
@ -14,7 +14,6 @@ variables:
|
||||
target: HCLOUD_TOKEN
|
||||
environment:
|
||||
PY_COLORS: "1"
|
||||
INSTANCE_NAME: "-${CI_COMMIT_SHA:0:8}"
|
||||
|
||||
steps:
|
||||
- name: molecule-default
|
||||
|
@ -7,7 +7,7 @@ dependency:
|
||||
role-file: molecule/requirements.yml
|
||||
requirements-file: molecule/requirements.yml
|
||||
platforms:
|
||||
- name: "rocky9-podman${INSTANCE_NAME}"
|
||||
- name: "rocky9-podman"
|
||||
server_type: "cx11"
|
||||
image: "rocky-9"
|
||||
provisioner:
|
||||
|
Loading…
Reference in New Issue
Block a user