Refactor CI pipelien and enable molecule testing #1

Merged
xoxys merged 131 commits from molecule-dev into master 2019-03-25 22:23:40 +01:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 5808da0883 - Show all commits

View File

@ -40,9 +40,6 @@ steps:
GCE_SSH_USER:
from_secret: gce_ssh_user
GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json
ANSIBLE_TIMEOUT: 60
ANSIBLE_ROLES_PATH: /drone/src
ANSIBLE_FORCE_COLOR: true
CLICOLOR_FORCE: 1
commands:
- echo -e "\033[0;31mred\033[0m"

View File

@ -21,3 +21,8 @@ verifier:
name: testinfra
lint:
name: flake8
ansible:
raw_env_vars:
ANSIBLE_TIMEOUT: 60
ANSIBLE_ROLES_PATH: /drone/src
ANSIBLE_FORCE_COLOR: true