From b004f1e30c7b11353f95473f39464aa3d4e39c0c Mon Sep 17 00:00:00 2001 From: Konrad Botor <kbotor@syncad.com> Date: Tue, 15 Nov 2022 10:48:01 +0100 Subject: [PATCH] Configured pseudo-submodules from example jbos to use develop branches - ref. hive/hive#406 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e67f932..9f575bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,7 +111,7 @@ prepare_example_hived_data_5m_image: REGISTRY_PASS: "$CI_REGISTRY_PASSWORD" REGISTRY_URL: "registry.gitlab.syncad.com/hive/common-ci-configuration/hive/" before_script: - - git clone $REPOSITORY_URL + - git clone --branch develop $REPOSITORY_URL after_script: - cat docker_image_name.env when: manual @@ -127,7 +127,7 @@ prepare_example_haf_data_5m_image: REGISTRY_PASS: "$CI_REGISTRY_PASSWORD" REGISTRY_URL: "registry.gitlab.syncad.com/hive/common-ci-configuration/haf/" before_script: - - git clone $REPOSITORY_URL + - git clone --branch develop $REPOSITORY_URL after_script: - cat docker_image_name.env when: manual -- GitLab