Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 491b3ca

Browse files
authored
fix: Temporary workaround until we can update for the new demo course (#1274)
The tag open-release/quince.1 happens to be the commit just before the demo course update.
1 parent 18d97a7 commit 491b3ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

provision-lms.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ if [[ ${DEVSTACK_SKIP_DEMO-false} == "true" ]]
5151
then
5252
echo "Skipping import of demo course. DEVSTACK_SKIP_DEMO is set to true"
5353
else
54-
docker compose exec -T lms bash -e -c 'git clone https://github.com/openedx/edx-demo-course.git /tmp/edx-demo-course'
54+
# FIXME: Using old version of demo course (open-release/quince.1) until we can
55+
# update devstack and other repos to match: https://github.com/openedx/devstack/issues/1273
56+
docker compose exec -T lms bash -e -c 'git clone https://github.com/openedx/edx-demo-course.git --branch open-release/quince.1 /tmp/edx-demo-course'
5557
docker compose exec -T lms bash -e -c 'source /edx/app/edxapp/edxapp_env && python /edx/app/edxapp/edx-platform/manage.py cms --settings=devstack_docker import /edx/var/edxapp/data /tmp/edx-demo-course && rm -rf /tmp/edx-demo-course'
5658
fi
5759

0 commit comments

Comments
 (0)