From 1d543e995576f1ff7a29b71686ab62f1f505cfea Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 Mar 2019 13:38:59 +0100 Subject: [PATCH] testing --- .drone.yml | 59 +++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8bcbb73..9274d1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,35 +1,35 @@ ---- -kind: pipeline -name: linting +# --- +# kind: pipeline +# name: linting -platform: - os: linux - arch: amd64 +# platform: +# os: linux +# arch: amd64 -steps: -- name: ansible-latest - pull: always - image: python:3.7 - commands: - - pip install ansible ansible-later -qq - - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy - - "git ls-files *[^LICENSE,.md,molecule,.ini] | xargs ansible-later -c ~/policy/config.ini" - environment: - PY_COLORS: 1 - depends_on: - - clone +# steps: +# - name: ansible-latest +# pull: always +# image: python:3.7 +# commands: +# - pip install ansible ansible-later -qq +# - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy +# - "git ls-files *[^LICENSE,.md,molecule,.ini] | xargs ansible-later -c ~/policy/config.ini" +# 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 -qq" - - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy - - "git ls-files *[^LICENSE,.md,molecule,.ini] | xargs ansible-later -c ~/policy/config.ini" - 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 -qq" +# - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy +# - "git ls-files *[^LICENSE,.md,molecule,.ini] | xargs ansible-later -c ~/policy/config.ini" +# environment: +# PY_COLORS: 1 +# depends_on: +# - clone --- kind: pipeline @@ -49,6 +49,7 @@ steps: image: xoxys/molecule:gce commands: - /bin/bash /docker-entrypoint.sh + - echo "${MOLECULE_CUSTOM_MODULES_REPO}" - molecule create --scenario-name gce-centos-7 - molecule converge --scenario-name gce-centos-7 - molecule verify --scenario-name gce-centos-7