cleanup
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-20 23:58:01 +01:00
parent 57e918db74
commit e4525697a6
2 changed files with 3 additions and 5 deletions

View File

@ -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',

View File

@ -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
...