Skip to content
Snippets Groups Projects
Verified Commit e622c48f authored by Varac's avatar Varac
Browse files

Use ssh instead of paramiko

parent 225053e1
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ bootstrap:
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
# - mkdir -p --mode 700 ~/.ssh
- ANSIBLE_HOST_KEY_CHECKING=False python3 -u ./ci-bootstrap.py --create_droplet
- py.test -v --ansible-inventory=./inventory.yml --hosts='ansible://*'
- py.test -v --ansible-inventory=./inventory.yml --connection=ssh --hosts='ansible://*'
- python3 -c "import cosmos; cosmos.terminate_droplets_by_name(\"^ci-${CI_JOB_ID}\$\")"
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment