From 75161ed5f5f063ec4f7e228bd9a09d8d71a5c957 Mon Sep 17 00:00:00 2001 From: Romain Hunault Date: Fri, 9 Dec 2022 13:52:52 +0900 Subject: [PATCH] redfin: setup CI to update from upstream Change-Id: I7f9e3263d900b1af0f323136b298bdb09f218407 Signed-off-by: Omkar Chandorkar --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..f01e7779 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +stages: + - update-from-upstream + +include: + - project: 'e/templates' + ref: master + file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' -- GitLab