add custom modules repo
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
48d82952d3
commit
5fcf4669d4
@ -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: [
|
||||
|
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user