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: ...@@ -70,15 +70,14 @@ setup_environment:
# 🧩 Stage 1: Install and activate plugin inside Moodle container # 🧩 Stage 1: Install and activate plugin inside Moodle container
install_plugin: install_plugin:
stage: install_plugin stage: install_plugin
needs: [setup_environment]
script: script:
- apk add --no-cache bash curl jq git - source .env
- echo "Running plugin install script..."
- bash ./script_step1.sh - bash ./script_step1.sh
artifacts: artifacts:
paths: paths:
- plugin_install.log - .env
expire_in: 1 day expire_in: 1 hour
# 🧩 Stage 2: Teacher workflow — creates course, assignment, and saves outputs # 🧩 Stage 2: Teacher workflow — creates course, assignment, and saves outputs
teacher_workflow: teacher_workflow:
stage: 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