remove local deployment from ci

This commit is contained in:
Antoine Legrand 2016-12-12 21:32:27 +01:00
parent 88f3b86410
commit b2088b72dd

View file

@ -52,7 +52,7 @@ local-dry-run:
<<: *job <<: *job
<<: *docker_service <<: *docker_service
script: script:
- ansible-playbook -i inventory/local-tests.cfg -u root -e ansible_ssh_user=root -b --become-user=root cluster.yml -vv -c local --check - ansible-playbook -i inventory/local-tests.cfg -u root -e ansible_ssh_user=root -b --become-user=root cluster.yml -vv -c local --syntax-check
allow_failure: true allow_failure: true
@ -61,5 +61,5 @@ idempotent:
<<: *job <<: *job
<<: *docker_service <<: *docker_service
script: script:
- ansible-playbook -i inventory/local-tests.cfg -u root -e ansible_ssh_user=root -b --become-user=root cluster.yml -vv -c local - ansible-playbook -i inventory/local-tests.cfg -u root -e ansible_ssh_user=root -b --become-user=root cluster.yml -vv -c local --syntax-check
allow_failure: true allow_failure: true