From 0c2763b63a8512750ba799fc91f394301cc768fb Mon Sep 17 00:00:00 2001 From: dbnomics-fetcher-ops <dbnomics-fetcher-ops@localhost> Date: Tue, 4 Feb 2025 10:04:36 +0000 Subject: [PATCH] Add .gitlab-ci.yml from template found in pipeline configuration YAML file --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..bea611e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,4 @@ +include: + - project: dbnomics/dbnomics-fetcher-pipeline + ref: main + file: pipelines/fetcher.yml -- GitLab