add custom modules repo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-03-21 18:00:31 +01:00
parent 48d82952d3
commit 5fcf4669d4
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,7 @@ local PipelineDeployment(scenario='centos7') = {
image: 'xoxys/molecule:3',
environment: {
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',
},
commands: [

View File

@ -42,6 +42,7 @@ steps:
DO_API_KEY:
from_secret: do_api_key
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules
trigger:
ref:
@ -145,6 +146,6 @@ depends_on:
---
kind: signature
hmac: 40b0d580726f1e7750f00a87569d6f016a7dd72202ce31e32755dcca819ad1ed
hmac: d052889811f1f031212b327aa6b6b210979a1b213adc4c4366b219e0975eb006
...