From e2de46a15b063df6d1c2cbb4c400e46c0269bbee Mon Sep 17 00:00:00 2001 From: networkException Date: Wed, 5 Jan 2022 15:30:21 +0100 Subject: [PATCH] CI: Initial commit --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..518e526 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +stages: + - build + +include: + - project: templates/pipelines + file: v2/container.yml