mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
wait for migrations in awx-web container
This commit is contained in:
committed by
Shane McDonald
parent
a21dcec85d
commit
041e22f609
@@ -13,6 +13,6 @@ if [ -n "${AWX_KUBE_DEVEL}" ]; then
|
||||
export SDB_NOTIFY_HOST=$MY_POD_IP
|
||||
fi
|
||||
|
||||
wait-for-migrations
|
||||
wait-for-migrations || exit 1
|
||||
|
||||
supervisord -c /etc/supervisord_task.conf
|
||||
|
||||
Reference in New Issue
Block a user