diff --git a/action.yml b/action.yml index e095b01..2b0bb22 100644 --- a/action.yml +++ b/action.yml @@ -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 @@ -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