Commit 8ac0da93 authored by Abhishek's avatar Abhishek
Browse files

trigger check

parent 236fb9bd
Pipeline #11977 passed with stage
in 5 seconds
...@@ -16,9 +16,9 @@ trigger_cota_pipeline: ...@@ -16,9 +16,9 @@ trigger_cota_pipeline:
- dta/** - dta/**
script: script:
- apk add --no-cache curl jq bash - apk add --no-cache curl jq bash
- echo "🔄 Detected changes in DTA— triggering CoTA/cota-infra pipeline via API..." - echo "🔄 Detected changes in DTA — triggering CoTA/cota-infra pipeline via API..."
- | - |
curl -X POST \ curl -X POST \
-F token=$COTA_INFRA_TRIGGER_TOKEN \ -F token=$COTA_INFRA_TRIGGER_TOKEN \
-F ref=main \ -F ref=main \
https://transfer.hft-stuttgart.de/api/v4/projects/$(urlencode "CoTA/cota-infra")/trigger/pipeline https://transfer.hft-stuttgart.de/api/v4/projects/$(urlencode "CoTA/cota-infra")/trigger/pipeline
\ No newline at end of file
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