Update and variablize then container to use in GitLab CI.

This commit is contained in:
Robert de Bock 2023-09-25 07:56:40 +02:00
parent 9ea1123018
commit 0e51c7a1d4
2 changed files with 4 additions and 1 deletions

View File

@ -20,5 +20,8 @@ author: Robert de Bock (robert@meinit.nl)
# The full URL to your website. # The full URL to your website.
author_website: "https://robertdebock.nl/" author_website: "https://robertdebock.nl/"
# The container to use for GitLab CI.
gitlab_container: "robertdebock/github-action-molecule:6.0.0"
# The molecule action to use. # The molecule action to use.
molecule_action: "robertdebock/molecule-action@6.0.0" molecule_action: "robertdebock/molecule-action@6.0.0"

View File

@ -1,5 +1,5 @@
--- ---
image: "robertdebock/github-action-molecule:5.0.2" image: "{{ gitlab_container }}"
variables: variables:
PY_COLORS: 1 PY_COLORS: 1