From 207e096019f28bc9ea622b32fc3afb4cdb23c738 Mon Sep 17 00:00:00 2001 From: Dorian Koch <doriank@fsmpi.rwth-aachen.de> Date: Tue, 2 Jul 2024 19:41:35 +0200 Subject: [PATCH] Trigger production pipeline --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..fbde09b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +trigger-production: + stage: deploy + rules: + - if: $CI_COMMIT_TAG + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + when: manual + allow_failure: true + variables: + BUILD_TYPE: dominic_render_video + UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA + UPSTREAM_COMMIT_TAG: $CI_COMMIT_TAG + trigger: + project: videoag_infra/production + strategy: depend \ No newline at end of file -- GitLab