Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
moodle-assignsubmission_dta
Commits
fdcd8823
Commit
fdcd8823
authored
Oct 09, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
55e00a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fdcd8823
...
...
@@ -5,9 +5,19 @@
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
# moodle-assignsubmission_dta/.gitlab-ci.yml
stages
:
-
test
sast
:
stage
:
test
include
:
-
template
:
Security/SAST.gitlab-ci.yml
-
trigger
trigger_cota_pipeline
:
stage
:
trigger
rules
:
-
changes
:
-
dta/**
script
:
-
echo "🔄 Detected changes in DTA — triggering CoTA/cota-infra pipeline via API..."
-
|
curl -X POST \
-F token=$COTA_INFRA_TRIGGER_TOKEN \
-F ref=main \
https://transfer.hft-stuttgart.de/api/v4/projects/$(urlencode "CoTA/cota-infra")/trigger/pipeline
\ No newline at end of file
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