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
b45d7f50
Commit
b45d7f50
authored
Oct 09, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
8c7a0d66
Pipeline
#11971
failed with stages
in 5 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b45d7f50
...
...
@@ -29,7 +29,7 @@ install_plugin:
script
:
-
apk add --no-cache bash curl jq git
-
echo "Running plugin install script..."
-
bash ./script_
1_install_plugin
.sh
-
bash ./script_
step1
.sh
artifacts
:
paths
:
-
plugin_install.log
...
...
@@ -41,7 +41,7 @@ teacher_workflow:
script
:
-
apk add --no-cache bash curl jq git
-
echo "Running teacher workflow..."
-
bash ./script_
2_teacher_workflow
.sh
-
bash ./script_
step2
.sh
artifacts
:
paths
:
-
.env
# Contains course_id, assignment_id, etc.
...
...
@@ -56,7 +56,7 @@ student_workflow:
script
:
-
apk add --no-cache bash curl jq git
-
echo "Running student submission workflow..."
-
bash ./script_
3_student_workflow
.sh
-
bash ./script_
step3
.sh
needs
:
-
job
:
teacher_workflow
artifacts
:
true
...
...
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