remove custom modules from molecule
All checks were successful
continuous-integration/drone/push Build is passing

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: { environment: {
DO_API_KEY: { "from_secret": "do_api_key" }, DO_API_KEY: { "from_secret": "do_api_key" },
USER: "root", USER: "root",
MOLECULE_CUSTOM_MODULES_REPO: "https://gitea.rknet.org/ansible/custom_modules",
MOLECULE_CUSTOM_FILTERS_REPO: "https://gitea.rknet.org/ansible/custom_filters", MOLECULE_CUSTOM_FILTERS_REPO: "https://gitea.rknet.org/ansible/custom_filters",
PY_COLORS: 1 PY_COLORS: 1
}, },

View File

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