remove custom modules from molecule
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-10-31 00:14:39 +01:00
parent aacab0b2d5
commit 6d2e470205
2 changed files with 8 additions and 10 deletions

View File

@ -44,7 +44,6 @@ local PipelineDeployment = {
environment: {
DO_API_KEY: { "from_secret": "do_api_key" },
USER: "root",
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
},

View File

@ -18,8 +18,8 @@ steps:
trigger:
ref:
- refs/heads/master
- "refs/tags/**"
- "refs/pull/**"
- refs/tags/**
- refs/pull/**
---
kind: pipeline
@ -46,14 +46,13 @@ 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
PY_COLORS: 1
USER: root
trigger:
ref:
- refs/heads/master
- "refs/tags/**"
- refs/tags/**
depends_on:
- linting
@ -82,7 +81,7 @@ steps:
actions:
- commit
- push
author_email: "shipper@rknet.org"
author_email: shipper@rknet.org
author_name: DroneShipper
branch: master
message: "[SKIP CI] update readme"
@ -99,8 +98,8 @@ steps:
trigger:
ref:
- refs/heads/master
- "refs/tags/**"
- "refs/pull/**"
- refs/tags/**
- refs/pull/**
depends_on:
- deployment
@ -133,7 +132,7 @@ steps:
trigger:
ref:
- refs/heads/master
- "refs/tags/**"
- refs/tags/**
status:
- success
- failure
@ -143,6 +142,6 @@ depends_on:
---
kind: signature
hmac: 5d5bee0071a971a17457c2f7bcd2c1983a5e31d0f8d5fe133b9c2d2d77da4928
hmac: 5c59d1cd2a3c26aff3859053780c6fe066026558b5091cd67c505aacb57ac3fe
...