disabling phab storage upgrade for now

This commit is contained in:
Tim Flink 2016-12-15 20:42:29 +00:00
parent 8f21c34eec
commit 3fc8c76e21

View file

@ -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