mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] prune moulinette cache when deploying
This commit is contained in:
parent
bc8d0c6680
commit
6b1e0d54a3
1 changed files with 1 additions and 0 deletions
1
ynh-dev
1
ynh-dev
|
@ -131,6 +131,7 @@ elif [ "$1" = "deploy" ]; then
|
||||||
cd $BASE_DIR/moulinette
|
cd $BASE_DIR/moulinette
|
||||||
./setup.py install
|
./setup.py install
|
||||||
cd ..
|
cd ..
|
||||||
|
[-e "./cache/moulinette/actionsmap/yunohost.pkl"] && rm /var/cache/moulinette/actionsmap/yunohost.pkl
|
||||||
echo "moulinette deployed"
|
echo "moulinette deployed"
|
||||||
;;
|
;;
|
||||||
ssowat)
|
ssowat)
|
||||||
|
|
Loading…
Add table
Reference in a new issue