Skip to content

Commit

Permalink
fix: Demo course provision script
Browse files Browse the repository at this point in the history
  • Loading branch information
kuipumu committed Apr 3, 2024
1 parent 79e4bd2 commit ecc9dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/provision-demo-course.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ DEMO_COURSE_KEY='course-v1:edX+DemoX+Demo_Course'
mkdir -p /edx/app/demo
(
cd /edx/app/demo &&
rm -rf edx-demo-course &&
git clone https://github.com/openedx/openedx-demo-course.git --depth 1
rm -rf openedx-demo-course &&
git clone -b open-release/olive.master https://github.com/openedx/openedx-demo-course.git --depth 1
)

# Import the course.
./manage.py cms import /edx/var/edxapp/data /edx/app/demo/edx-demo-course
./manage.py cms import /edx/var/edxapp/data /edx/app/demo/openedx-demo-course

0 comments on commit ecc9dfa

Please sign in to comment.