Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-infra
Commits
893289ef
Commit
893289ef
authored
Oct 09, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
4ab53fbe
Pipeline
#11973
failed with stages
in 4 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
893289ef
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment