From cb91089b5cebfa81de23e917f531e55709d7f02b Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 24 Sep 2025 12:05:10 -0500 Subject: [PATCH] fix: adapt paths --- install_python_env/run_ci.sh | 1 - run_pytest_for_plugin/run_ci.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/install_python_env/run_ci.sh b/install_python_env/run_ci.sh index f8b1ea5..9ae861d 100644 --- a/install_python_env/run_ci.sh +++ b/install_python_env/run_ci.sh @@ -6,7 +6,6 @@ PLUGIN_REPO_NAME="$1" echo "--- Installing Python Environment ---" # --- Step 0: Checkout Repository path --- -cd ../ echo " --- Current Directory: $(pwd) --- " echo " --- Listing contents: $(ls -la) --- " diff --git a/run_pytest_for_plugin/run_ci.sh b/run_pytest_for_plugin/run_ci.sh index 85342bb..515e504 100644 --- a/run_pytest_for_plugin/run_ci.sh +++ b/run_pytest_for_plugin/run_ci.sh @@ -6,7 +6,6 @@ PLUGIN_REPO_NAME="$1" echo "--- Running Pytest for Plugin: $PLUGIN_REPO_NAME ---" # --- Step 0: Checkout Repository path --- -cd ../checkout_repositories cd ./_plugin_checkout_/"$PLUGIN_REPO_NAME" echo " --- Current Directory: $(pwd) --- "