disabling phab storage upgrade for now
This commit is contained in:
parent
8f21c34eec
commit
3fc8c76e21
1 changed files with 3 additions and 2 deletions
|
@ -133,8 +133,9 @@
|
|||
#- name: generate chatbot config
|
||||
# template: src=chatbot-config.json.j2 dest={{ phabroot }}/phabricator/resources/chatbot/config.json owner=apache group=apache mode=0644
|
||||
|
||||
- name: upgrade phabricator storage
|
||||
command: chdir={{ phabroot }}/phabricator bin/storage upgrade --force
|
||||
# long story short, I need to let this fail for now until something is fixed, will re-enable. tflink - 2016-12-15
|
||||
#- name: upgrade phabricator storage
|
||||
# command: chdir={{ phabroot }}/phabricator bin/storage upgrade --force
|
||||
|
||||
- name: generate phabricator git hook
|
||||
template: src=phabricator-ssh-hook.sh.j2 dest=/etc/phabricator-ssh-hook.sh owner=root group=root mode=0755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue