From 20e222b90723fe53ef9517f87b7210401a4c573c Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Wed, 14 Sep 2022 17:48:05 +0530 Subject: [PATCH] Recorder: add gitlab ci --- .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 0000000..f01e777 --- /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