Commit 893289ef authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 4ab53fbe
Pipeline #11973 failed with stages
in 4 minutes and 14 seconds
......@@ -70,15 +70,14 @@ setup_environment:
# 🧩 Stage 1: Install and activate plugin inside Moodle container
install_plugin:
stage: install_plugin
needs: [setup_environment]
script:
- apk add --no-cache bash curl jq git
- echo "Running plugin install script..."
- source .env
- bash ./script_step1.sh
artifacts:
paths:
- plugin_install.log
expire_in: 1 day
- .env
expire_in: 1 hour
# 🧩 Stage 2: Teacher workflow — creates course, assignment, and saves outputs
teacher_workflow:
stage: teacher_workflow
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment