mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
Looking to see if revising the path in the static dir resolves failing ci check.
This commit is contained in:
@@ -82,6 +82,7 @@ STATICFILES_DIRS = [
|
|||||||
os.path.join(BASE_DIR, 'ui_next', 'build'),
|
os.path.join(BASE_DIR, 'ui_next', 'build'),
|
||||||
os.path.join(BASE_DIR, 'static'),
|
os.path.join(BASE_DIR, 'static'),
|
||||||
]
|
]
|
||||||
|
/awx_devel/awx/ui_next/build
|
||||||
|
|
||||||
# Absolute filesystem path to the directory where static file are collected via
|
# Absolute filesystem path to the directory where static file are collected via
|
||||||
# the collectstatic command.
|
# the collectstatic command.
|
||||||
@@ -304,7 +305,7 @@ TEMPLATES = [
|
|||||||
os.path.join(BASE_DIR, 'templates'),
|
os.path.join(BASE_DIR, 'templates'),
|
||||||
os.path.join(BASE_DIR, 'ui', 'build'),
|
os.path.join(BASE_DIR, 'ui', 'build'),
|
||||||
os.path.join(BASE_DIR, 'ui', 'public'),
|
os.path.join(BASE_DIR, 'ui', 'public'),
|
||||||
os.path.join(BASE_DIR, 'ui_next', 'build', 'awx'),
|
os.path.join(BASE_DIR, '/awx/ui_next', 'build', 'awx'),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user