mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 15:58:05 -02:30
make dev-env test pass
This commit is contained in:
8
Makefile
8
Makefile
@@ -655,13 +655,7 @@ help/generate:
|
|||||||
{ lastLine = $$0 }' $(MAKEFILE_LIST) | sort -u
|
{ lastLine = $$0 }' $(MAKEFILE_LIST) | sort -u
|
||||||
@printf "\n"
|
@printf "\n"
|
||||||
|
|
||||||
## Display help for a specific target folder
|
## Display help for ui-next targets
|
||||||
help/%:
|
|
||||||
@make -s help MAKEFILE_LIST="$*/Makefile"
|
|
||||||
|
|
||||||
help/ui-next:
|
help/ui-next:
|
||||||
@make -s help MAKEFILE_LIST="awx/ui_next/Makefile"
|
@make -s help MAKEFILE_LIST="awx/ui_next/Makefile"
|
||||||
|
|
||||||
## Display help for a specific target folder
|
|
||||||
help/%/aliases:
|
|
||||||
@make -s help/all MAKEFILE_LIST="$*/Makefile.aliases"
|
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ fi
|
|||||||
|
|
||||||
# Make sure that the UI static file directory exists, Django complains otherwise.
|
# Make sure that the UI static file directory exists, Django complains otherwise.
|
||||||
mkdir -p /awx_devel/awx/ui/build/static
|
mkdir -p /awx_devel/awx/ui/build/static
|
||||||
|
mkdir -p /awx_devel/awx/ui_next/build/awx
|
||||||
|
|
||||||
if output=$(awx-manage createsuperuser --noinput --username=admin --email=admin@localhost 2> /dev/null); then
|
if output=$(awx-manage createsuperuser --noinput --username=admin --email=admin@localhost 2> /dev/null); then
|
||||||
echo $output
|
echo $output
|
||||||
|
|||||||
Reference in New Issue
Block a user