Revert "ci: dummy commit to debug"

This reverts commit ff135a5024.
pull/1243/head
Sébastien Han 2017-01-31 09:19:55 +01:00
parent f888cc4e06
commit 549a25c5bc
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ skipsdist = True
commands=
cp {toxinidir}/infrastructure-playbooks/purge-cluster.yml {toxinidir}/purge-cluster.yml
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/purge-cluster.yml --extra-vars="ireallymeanit=yes fetch_directory={changedir}/fetch"
ansible all -i {changedir}/hosts -m shell -a "lsb_release -a; cat /etc/apt/sources.list || true"
# set up the cluster again
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/site.yml.sample --extra-vars="fetch_directory={changedir}/fetch"
# test that the cluster can be redeployed in a healthy state