Skip to content
Snippets Groups Projects
Commit 7bf8e2d6 authored by Justin Abrahms's avatar Justin Abrahms
Browse files

Allow uploads from GITHUB_REPO_ROOT

This is necessary for course imports to not throw a SuspiciousOperation
error.
parent 82c6ab50
No related merge requests found
......@@ -110,7 +110,7 @@ DATA_DIR = COURSES_ROOT
COMMON_TEST_DATA_ROOT = COMMON_ROOT / "test" / "data"
# Where the content data is checked out. This may not exist on jenkins.
GITHUB_REPO_ROOT = ENV_ROOT / "data"
GITHUB_REPO_ROOT = TEST_ROOT / "data"
USE_I18N = True
LANGUAGE_CODE = 'en' # tests assume they will get English.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment