Fix apache shutdown in subversion test.
This commit is contained in:
parent
d930eaf7d8
commit
58f4947ffe
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
always:
|
||||
- name: stop apache after tests
|
||||
command: apachectl -k stop -f {{ subversion_server_dir }}/subversion.conf
|
||||
shell: "kill -9 $(cat '{{ subversion_server_dir }}/apache.pid')"
|
||||
|
||||
- name: remove tmp subversion server dir
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue