From 10e172ab3f26c66e33fa4a9f01966eba25af1f91 Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Thu, 20 Mar 2025 17:26:09 +0100 Subject: [PATCH] Updated ccc submodule and the ccc templates included in the .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++++++ npm-common-config | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92e6d7a..dddc595 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,14 @@ stages: - build - deploy +include: + - template: Workflows/Branch-Pipelines.gitlab-ci.yml + - project: 'hive/common-ci-configuration' + ref: 19b15e2e0ea83de72ce3552a44ca59ab2201de73 + file: + - '/templates/docker_image_jobs.gitlab-ci.yml' + - '/templates/npm_projects.gitlab-ci.yml' + variables: GIT_DEPTH: 0 GIT_STRATEGY: clone diff --git a/npm-common-config b/npm-common-config index 5806284..19b15e2 160000 --- a/npm-common-config +++ b/npm-common-config @@ -1 +1 @@ -Subproject commit 5806284d3c6feb2ce52bdb6077c20a9a578bb643 +Subproject commit 19b15e2e0ea83de72ce3552a44ca59ab2201de73 -- GitLab