Skip to content

Commit

Permalink
plugins root
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 16, 2024
1 parent 24262c4 commit 89cac69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: Install and prepare Tutor
run: |
pip install "tutor$INPUT_TUTOR_VERSION"
#export TUTOR_PLUGINS_ROOT=$(pwd)/plugins/ && export TUTOR_ROOT=$(pwd)
export TUTOR_PLUGINS_ROOT=$(pwd)/plugins/ && export TUTOR_ROOT=$(pwd)
tutor config save # Create the config.yml
chmod 777 . -R
shell: bash
Expand All @@ -53,7 +53,6 @@ runs:
run: |
tutor config save --set LMS_HOST=$LMS_HOST
tutor config save --set CMS_HOST=$CMS_HOST
#tutor mounts add lms,cms,lms-worker,cms-worker:$INPUT_APP_NAME:/openedx/$INPUT_APP_NAME
tutor config save
tutor local launch -I
shell: bash
Expand Down

0 comments on commit 89cac69

Please sign in to comment.