From 137a6a06223b109ed78755fdf7da86a22c97ebc6 Mon Sep 17 00:00:00 2001 From: Romain Hunault Date: Tue, 19 Feb 2019 09:16:48 +0100 Subject: [PATCH] Setup CI to update from upstream --- .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 0000000000000..7ec2279a1cd21 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +stages: + - update-from-upstream + +include: + - project: 'e/priv/os/build' + ref: master + file: '/templates/.gitlab-ci-update-from-upstream.yml' -- GitLab