From 959259d9586b63f0a4788b9f20f4ffa009712e54 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 25 May 2022 05:46:37 +0200 Subject: [PATCH] ci(gitlab-ci): use templates from a common repository --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa703eb..98dc655 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,9 @@ default: include: - project: "open-source/gitlab-ci-templates" - ref: "branch/default" + ref: "branch/v2" file: + - "templates/base.yml" # mandatory base template - "templates/no-duplicated-ci-pipelines.yml" # use workflow to avoid duplicated pipelines - "templates/lint/twine-check.yml" # will run twine check to see if pypi won't reject the package - "templates/lint/check-dependencies-resolution.yml" # will run pip-compile -n to check if dependencies are compatibles -- GitLab