Skip to content

Commit

Permalink
test workflow removing tutor plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 13, 2024
1 parent 99dec5c commit 05d2d5a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@ jobs:
sudo apt-get install -y python3 python3-pip curl
pip3 install tutor
- name: Configure Tutor plugin
run: |
tutor config save
echo 'Patching Caddyfile...'
echo "
{$default_site_port} {
import proxy 'lms:8000'
}
" > $(tutor config printroot)/env/apps/caddy/Caddyfile
echo 'Patching CMS production settings...'
echo "ALLOWED_HOSTS = ['*']" > $(tutor config printroot)/env/apps/openedx/settings/cms/production.py
echo 'Patching LMS production settings...'
echo "ALLOWED_HOSTS = ['*']" > $(tutor config printroot)/env/apps/openedx/settings/lms/production.py
- name: Launch Tutor
run: |
tutor config save
Expand Down

0 comments on commit 05d2d5a

Please sign in to comment.