This commit is contained in:
parent
57e918db74
commit
e4525697a6
@ -36,9 +36,8 @@ local PipelineDeployment(scenario='centos7') = {
|
||||
steps: [
|
||||
{
|
||||
name: 'ansible-molecule',
|
||||
image: 'xoxys/molecule',
|
||||
image: 'xoxys/molecule:3',
|
||||
environment: {
|
||||
ANSIBLE_FORCE_COLOR: 'true',
|
||||
DO_API_KEY: { from_secret: 'do_api_key' },
|
||||
MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules',
|
||||
MOLECULE_CUSTOM_FILTERS_REPO: 'https://gitea.rknet.org/ansible/custom_filters',
|
||||
|
@ -35,11 +35,10 @@ workspace:
|
||||
|
||||
steps:
|
||||
- name: ansible-molecule
|
||||
image: xoxys/molecule
|
||||
image: xoxys/molecule:3
|
||||
commands:
|
||||
- molecule test -scentos7
|
||||
environment:
|
||||
ANSIBLE_FORCE_COLOR: true
|
||||
DO_API_KEY:
|
||||
from_secret: do_api_key
|
||||
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
|
||||
@ -147,6 +146,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: a257a46c249c1c8abae5737c852d9b35deef27dfbe1ce254712b39f77d17fffc
|
||||
hmac: 592d2b1edfe2a18ac0c5eb2676da421689a9d62b22730a3a8d96d5f3ef256864
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user