summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-02-05 09:16:49 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-02-05 09:21:48 +0530
commita10bcd167100e016a3104f46b3dcebcc6fff10af (patch)
treec765d6ec75e3a0cc9e4055e0a2f6f42a2b254b0b /ci
parent701ed92d275584151b6edad504e464440abc89e1 (diff)
downloadgstreamer-a10bcd167100e016a3104f46b3dcebcc6fff10af.tar.gz
ci: Trigger all jobs on gitlab CI script changes
Also fix typo in trigger variable that was causing triggered cerbero pipelines to run deps builds and upload cache. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1641>
Diffstat (limited to 'ci')
-rwxr-xr-xci/gitlab/trigger_cerbero_pipeline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/gitlab/trigger_cerbero_pipeline.py b/ci/gitlab/trigger_cerbero_pipeline.py
index 14dfef5d3f..b349146148 100755
--- a/ci/gitlab/trigger_cerbero_pipeline.py
+++ b/ci/gitlab/trigger_cerbero_pipeline.py
@@ -46,10 +46,10 @@ if __name__ == "__main__":
variables={
"CI_GSTREAMER_URL": os.environ["CI_PROJECT_URL"],
"CI_GSTREAMER_REF_NAME": os.environ["CI_COMMIT_REF_NAME"],
- # This tells cerebero CI that this is a pipeline started via the
+ # This tells cerbero CI that this is a pipeline started via the
# trigger API, which means it can use a deps cache instead of
# building from scratch.
- "CI_GSTREMER_TRIGGERED": "true",
+ "CI_GSTREAMER_TRIGGERED": "true",
}
)