set env variable to custom filter repo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-05-12 23:35:50 +02:00
parent 363f4724e6
commit 91b2c473b6
2 changed files with 3 additions and 5 deletions

View File

@ -53,12 +53,11 @@ local PipelineDeployment = {
AWS_SECRET_ACCESS_KEY: { "from_secret": "aws_secret_access_key" },
AWS_REGION: "eu-central-1",
MOLECULE_CUSTOM_MODULES_REPO: "https://gitea.rknet.org/ansible/custom_modules",
MOLECULE_CUSTOM_FILTERS_REPO: "https://gitea.rknet.org/ansible/custom_filters",
PY_COLORS: 1
},
commands: [
"/bin/bash /docker-entrypoint.sh",
"mkdir -p ./plugins/filters/",
"git clone https://gitea.rknet.org/ansible/custom_filters ./plugins/filters/",
"molecule create --scenario-name ec2-centos-7",
"molecule converge --scenario-name ec2-centos-7",
"molecule verify --scenario-name ec2-centos-7",

View File

@ -55,8 +55,6 @@ steps:
image: xoxys/molecule:ec2-linux-amd64
commands:
- /bin/bash /docker-entrypoint.sh
- mkdir -p ./plugins/filters/
- git clone https://gitea.rknet.org/ansible/custom_filters ./plugins/filters/
- molecule create --scenario-name ec2-centos-7
- molecule converge --scenario-name ec2-centos-7
- molecule verify --scenario-name ec2-centos-7
@ -68,6 +66,7 @@ steps:
AWS_REGION: eu-central-1
AWS_SECRET_ACCESS_KEY:
from_secret: aws_secret_access_key
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules
PY_COLORS: 1
@ -115,6 +114,6 @@ depends_on:
---
kind: signature
hmac: a392ab1f071b0e3b3382d2bf6ec96447443a470de2594ba7f0681750a4479054
hmac: 245fb3cb141388467c22c1fb0949baf109e53f11a8bb5d1547fa156040e7e692
...