From 51a38a83db3a1009381d51a193dd671943fe19d1 Mon Sep 17 00:00:00 2001 From: DBnomics bot <dbnomics-bot@nomics.world> Date: Tue, 5 Dec 2023 17:03:27 +0000 Subject: [PATCH] Replace .gitlab-ci.yml with template found in pipeline configuration YAML file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89d4ae4..bea611e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,4 @@ include: - - remote: https://git.nomics.world/dbnomics/dbnomics-fetcher-pipeline/-/raw/main/pipelines/fetcher.yml + - project: dbnomics/dbnomics-fetcher-pipeline + ref: main + file: pipelines/fetcher.yml -- GitLab