Update and variablize then container to use in GitLab CI.
This commit is contained in:
parent
9ea1123018
commit
0e51c7a1d4
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
image: "robertdebock/github-action-molecule:5.0.2"
|
image: "{{ gitlab_container }}"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
PY_COLORS: 1
|
PY_COLORS: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue