mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Bash nitpick
This commit is contained in:
@@ -13,7 +13,9 @@ if [ -n "${AWX_KUBE_DEVEL}" ]; then
|
|||||||
export SDB_NOTIFY_HOST=$MY_POD_IP
|
export SDB_NOTIFY_HOST=$MY_POD_IP
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wait-for-migrations || exit 1
|
set -e
|
||||||
|
|
||||||
|
wait-for-migrations
|
||||||
|
|
||||||
awx-manage collectstatic --noinput --clear
|
awx-manage collectstatic --noinput --clear
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ if [ -n "${AWX_KUBE_DEVEL}" ]; then
|
|||||||
export SDB_NOTIFY_HOST=$MY_POD_IP
|
export SDB_NOTIFY_HOST=$MY_POD_IP
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wait-for-migrations || exit 1
|
set -e
|
||||||
|
|
||||||
|
wait-for-migrations
|
||||||
|
|
||||||
supervisord -c /etc/supervisord_task.conf
|
supervisord -c /etc/supervisord_task.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user