mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
run migrations
This commit is contained in:
parent
70dfb95e9c
commit
781e515691
1 changed files with 3 additions and 0 deletions
3
run.sh
3
run.sh
|
@ -95,6 +95,9 @@ case ${2} in
|
|||
|
||||
# ssowat
|
||||
link_ssowat_from_git
|
||||
|
||||
# Run migrations
|
||||
lxc exec "$CONTAINER_ID" -- sh -c "yunohost tools migrations migrate"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue