Bash nitpick

This commit is contained in:
Shane McDonald 2021-07-22 13:54:31 -04:00
parent ca14cbefaf
commit 0aca4d658a
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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