From 9028d159399afbee750973c740bd65607e2319fb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 7 Jan 2021 20:27:05 +0200 Subject: [PATCH] Add GitLab CI. --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..0ba5ad7 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +--- +include: + - project: shore/ci-templates + file: templates/pre-commit.yml + - project: shore/ci-templates + file: templates/python.yml + - project: shore/ci-templates + file: templates/gitlab-release.yml -- GitLab