mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
Changing Travis for Python + fix upgrade
This commit is contained in:
parent
cd6f579baf
commit
e0897bebf4
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
language: node_js
|
language: python
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git clone https://github.com/YunoHost/package_linter /tmp/package_linter
|
- git clone https://github.com/YunoHost/package_linter /tmp/package_linter
|
||||||
|
|
|
@ -113,6 +113,8 @@ ynh_system_user_create $app
|
||||||
# ...
|
# ...
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
chown -R $app: $final_path
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
sudo -u $app env PATH=$PATH:$nodejs_path npm install "graphql@^0.13.1"
|
sudo -u $app env PATH=$PATH:$nodejs_path npm install "graphql@^0.13.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue