From 5fcba2d373aed515d0f6d7b49001a6ab5b58a4cb Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Fri, 28 Mar 2025 00:39:21 +0100 Subject: [PATCH] Updated hive & ccc submodules --- .gitlab-ci.yml | 2 +- hive | 2 +- ts/npm-common-config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 449baefd3..3bcf6cc8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: include: - project: 'hive/hive' # This has to be the same as the commit checked out in the submodule - ref: 18f1d5c753735ddba3ab85baaffc09283d84c652 + ref: 1a8bfcdf46a4a6430b8ea4b788fc1cbe71aecb99 file: '/scripts/ci-helpers/prepare_data_image_job.yml' # DO NOT include ccc here. It will be indirectly included by above yaml file. #- project: 'hive/common-ci-configuration' diff --git a/hive b/hive index 18f1d5c75..1a8bfcdf4 160000 --- a/hive +++ b/hive @@ -1 +1 @@ -Subproject commit 18f1d5c753735ddba3ab85baaffc09283d84c652 +Subproject commit 1a8bfcdf46a4a6430b8ea4b788fc1cbe71aecb99 diff --git a/ts/npm-common-config b/ts/npm-common-config index fccc10fc5..7bcb23757 160000 --- a/ts/npm-common-config +++ b/ts/npm-common-config @@ -1 +1 @@ -Subproject commit fccc10fc5c8b847d82ca7446c957caa49a7440f6 +Subproject commit 7bcb237574097ba09c92b7ff09268ccf09ffc10d -- GitLab