Fix the delete ruby test
This commit is contained in:
@@ -42,8 +42,8 @@ script:
|
|||||||
&& (echo 'Ownership test: pass' && exit 0)
|
&& (echo 'Ownership test: pass' && exit 0)
|
||||||
|| (echo 'Ownership test: fail' && exit 1)
|
|| (echo 'Ownership test: fail' && exit 1)
|
||||||
- >
|
- >
|
||||||
ansible-playbook $SITE_AND_INVENTORY --connection=local --extra-vars='rvm1_delete_ruby=2.1.0'
|
ansible-playbook $SITE_AND_INVENTORY --connection=local --extra-vars='rvm1_delete_ruby=ruby-2.1.0'
|
||||||
| grep -q 'changed=1.*failed=0'
|
| grep -q 'ok=1.*failed=0'
|
||||||
&& (echo 'Delete ruby test: pass' && exit 0)
|
&& (echo 'Delete ruby test: pass' && exit 0)
|
||||||
|| (echo 'Delete ruby test: fail' && exit 1)
|
|| (echo 'Delete ruby test: fail' && exit 1)
|
||||||
- >
|
- >
|
||||||
|
|||||||
Reference in New Issue
Block a user