summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSeth Foster <fosterseth@users.noreply.github.com>2024-07-29 21:13:09 +0200
committerGitHub <noreply@github.com>2024-07-29 21:13:09 +0200
commita41766090e30d117e39d4646f67f20a8c2c00841 (patch)
treeee400654123df503314ce659fbb8999e8b334595 /Makefile
parentBump django-ansible-base to 2024.7.17 (#15373) (diff)
downloadawx-a41766090e30d117e39d4646f67f20a8c2c00841.tar.xz
awx-a41766090e30d117e39d4646f67f20a8c2c00841.zip
Make ui_next the default UI (#15405)
Change django url dispatcher to serve up ui_next files instead of old ui files Old UI will not be served with this change Github CI still runs old ui tests (to be removed in another PR) Remove the Github workflows that build old UI --------- Signed-off-by: Seth Foster <fosterbseth@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 91f11a1aeb..ce66f508e8 100644
--- a/Makefile
+++ b/Makefile
@@ -502,13 +502,7 @@ ui-test-general:
$(NPM_BIN) run --prefix awx/ui pretest
$(NPM_BIN) run --prefix awx/ui/ test-general --runInBand
-# NOTE: The make target ui-next is imported from awx/ui_next/Makefile
-HEADLESS ?= no
-ifeq ($(HEADLESS), yes)
dist/$(SDIST_TAR_FILE):
-else
-dist/$(SDIST_TAR_FILE): $(UI_BUILD_FLAG_FILE) ui-next
-endif
$(PYTHON) -m build -s
ln -sf $(SDIST_TAR_FILE) dist/awx.tar.gz