Refactor CI pipelien and enable molecule testing #1
@ -40,9 +40,6 @@ steps:
|
|||||||
GCE_SSH_USER:
|
GCE_SSH_USER:
|
||||||
from_secret: gce_ssh_user
|
from_secret: gce_ssh_user
|
||||||
GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json
|
GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json
|
||||||
ANSIBLE_TIMEOUT: 60
|
|
||||||
ANSIBLE_ROLES_PATH: /drone/src
|
|
||||||
ANSIBLE_FORCE_COLOR: true
|
|
||||||
CLICOLOR_FORCE: 1
|
CLICOLOR_FORCE: 1
|
||||||
commands:
|
commands:
|
||||||
- echo -e "\033[0;31mred\033[0m"
|
- echo -e "\033[0;31mred\033[0m"
|
||||||
|
@ -21,3 +21,8 @@ verifier:
|
|||||||
name: testinfra
|
name: testinfra
|
||||||
lint:
|
lint:
|
||||||
name: flake8
|
name: flake8
|
||||||
|
ansible:
|
||||||
|
raw_env_vars:
|
||||||
|
ANSIBLE_TIMEOUT: 60
|
||||||
|
ANSIBLE_ROLES_PATH: /drone/src
|
||||||
|
ANSIBLE_FORCE_COLOR: true
|
||||||
|
Loading…
Reference in New Issue
Block a user