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