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
Showing only changes of commit c2cb61c890 - Show all commits

View File

@ -42,9 +42,9 @@ steps:
GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json
ANSIBLE_TIMEOUT: 60
ANSIBLE_ROLES_PATH: /drone/src
ANSIBLE_LIBRARY: /drone/src/custom_modules
commands:
- pwd
- ls -la
- git clone https://gitea.rknet.org/ansible/custom_modules
- mkdir $HOME/.ssh
- echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine
- chmod 600 $HOME/.ssh/google_compute_engine