Skip to content
Snippets Groups Projects
Commit b2088b72 authored by Antoine Legrand's avatar Antoine Legrand
Browse files

remove local deployment from ci

parent 88f3b864
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ local-dry-run:
<<: *job
<<: *docker_service
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
......@@ -61,5 +61,5 @@ idempotent:
<<: *job
<<: *docker_service
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
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