Skip to content
Snippets Groups Projects
Verified Commit b004f1e3 authored by Konrad Botor's avatar Konrad Botor
Browse files

Configured pseudo-submodules from example jbos to use develop branches - ref. hive#406

parent 4483732a
No related branches found
No related tags found
1 merge request!1Custom docker containers containing required bash scripts
Pipeline #57254 passed
...@@ -111,7 +111,7 @@ prepare_example_hived_data_5m_image: ...@@ -111,7 +111,7 @@ prepare_example_hived_data_5m_image:
REGISTRY_PASS: "$CI_REGISTRY_PASSWORD" REGISTRY_PASS: "$CI_REGISTRY_PASSWORD"
REGISTRY_URL: "registry.gitlab.syncad.com/hive/common-ci-configuration/hive/" REGISTRY_URL: "registry.gitlab.syncad.com/hive/common-ci-configuration/hive/"
before_script: before_script:
- git clone $REPOSITORY_URL - git clone --branch develop $REPOSITORY_URL
after_script: after_script:
- cat docker_image_name.env - cat docker_image_name.env
when: manual when: manual
...@@ -127,7 +127,7 @@ prepare_example_haf_data_5m_image: ...@@ -127,7 +127,7 @@ prepare_example_haf_data_5m_image:
REGISTRY_PASS: "$CI_REGISTRY_PASSWORD" REGISTRY_PASS: "$CI_REGISTRY_PASSWORD"
REGISTRY_URL: "registry.gitlab.syncad.com/hive/common-ci-configuration/haf/" REGISTRY_URL: "registry.gitlab.syncad.com/hive/common-ci-configuration/haf/"
before_script: before_script:
- git clone $REPOSITORY_URL - git clone --branch develop $REPOSITORY_URL
after_script: after_script:
- cat docker_image_name.env - cat docker_image_name.env
when: manual when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment