From 7e602872a7d2385dbe9c713ca3f5a048f095f475 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 12 May 2019 00:46:48 +0200 Subject: [PATCH] debug --- .drone.yml | 77 +++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/.drone.yml b/.drone.yml index b24bf88..b3e1606 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,41 +1,41 @@ ---- -kind: pipeline -name: linting - -platform: - os: linux - arch: amd64 - -steps: -- name: ansible-latest - pull: always - image: python:3.7 - commands: - - pip install ansible ansible-later~=0.2.0 -qq - - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy - - ansible-later -c ~/policy/config.yml - environment: - PY_COLORS: 1 - depends_on: - - clone - -- name: ansible-master - pull: always - image: python:3.7 - commands: - - "pip install git+https://github.com/ansible/ansible.git@devel ansible-later~=0.2.0 -qq" - - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy - - ansible-later -c ~/policy/config.yml - environment: - PY_COLORS: 1 - depends_on: - - clone - -trigger: - ref: - - refs/heads/master - - "refs/tags/**" - - "refs/pull/**" +#--- +#kind: pipeline +#name: linting +# +#platform: +# os: linux +# arch: amd64 +# +#steps: +#- name: ansible-latest +# pull: always +# image: python:3.7 +# commands: +# - pip install ansible ansible-later~=0.2.0 -qq +# - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy +# - ansible-later -c ~/policy/config.yml +# environment: +# PY_COLORS: 1 +# depends_on: +# - clone +# +#- name: ansible-master +# pull: always +# image: python:3.7 +# commands: +# - "pip install git+https://github.com/ansible/ansible.git@devel ansible-later~=0.2.0 -qq" +# - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy +# - ansible-later -c ~/policy/config.yml +# environment: +# PY_COLORS: 1 +# depends_on: +# - clone +# +#trigger: +# ref: +# - refs/heads/master +# - "refs/tags/**" +# - "refs/pull/**" --- kind: pipeline @@ -64,6 +64,7 @@ steps: EC2_REGION: eu-central-1 EC2_SECURITY_TOKEN: from_secret: ec2_security_token + MOLECULE_DEBUG: True MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules PY_COLORS: 1