moving phabricator auth extension
This commit is contained in:
parent
037f56e353
commit
b143a37bc2
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@
|
||||||
- name: clone phabricator-extension-ipsilonoauth
|
- name: clone phabricator-extension-ipsilonoauth
|
||||||
git:
|
git:
|
||||||
repo: 'https://pagure.io/phabricator-extension-ipsilonoauth.git'
|
repo: 'https://pagure.io/phabricator-extension-ipsilonoauth.git'
|
||||||
dest: /srv/phabricator-extension-ipsilonoauth
|
dest: /var/www/phabricator-extension-ipsilonoauth
|
||||||
version: c70333b0d2d4d348b429e82e39d634071accf939
|
version: c70333b0d2d4d348b429e82e39d634071accf939
|
||||||
|
|
||||||
- name: create git repo root for phabricator
|
- name: create git repo root for phabricator
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"load-libraries":{}
|
"load-libraries":{}
|
||||||
{% else %}
|
{% else %}
|
||||||
"load-libraries": {
|
"load-libraries": {
|
||||||
"ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src"
|
"ipsilonoauth": "/var/www/phabricator-extension-ipsilonoauth/src"
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue