From 520338351343e3af4f43309115e6d5e559149793 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 10 Oct 2017 10:42:26 +0200 Subject: [PATCH] syntax-check: temporary disable ansible-lint We better to stabilize existing jobs before adding new like this one. Signed-off-by: Guillaume Abrioux --- ceph-ansible-pr-syntax-check/build/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-ansible-pr-syntax-check/build/build b/ceph-ansible-pr-syntax-check/build/build index ffe66cda..01c48e75 100644 --- a/ceph-ansible-pr-syntax-check/build/build +++ b/ceph-ansible-pr-syntax-check/build/build @@ -20,5 +20,5 @@ export ANSIBLE_LIBRARY=$WORKSPACE/ceph-ansible/library $VENV/ansible-playbook -i '127.0.0.1,' infrastructure-playbooks/*.yml --syntax-check --list-tasks -vv -$VENV/ansible-lint site.yml.sample -$VENV/ansible-lint site-docker.yml.sample +#$VENV/ansible-lint site.yml.sample +#$VENV/ansible-lint site-docker.yml.sample -- 2.39.5