From 89cac691e91c5c8d5cdf7df57e4dd28317b2dc14 Mon Sep 17 00:00:00 2001 From: magajh Date: Mon, 16 Sep 2024 18:44:54 -0400 Subject: [PATCH] plugins root --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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