Skip to content

Commit

Permalink
Warning: risky case: seems we have common-ci-configuration referenced…
Browse files Browse the repository at this point in the history
… twice (to allow including this file externally as standalone file). Commits must match to .gitlab-ci.yml to have used single version of templates
  • Loading branch information
vogel76 committed Nov 7, 2024
1 parent 746ee66 commit cb6205b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ci-helpers/prepare_data_image_job.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
variables:
# Variables required by Common CI jobs
CI_COMMON_JOB_VERSION: "1ce04340ebfe838fd7fa09aebdde3bd7e1218bce"
CI_COMMON_JOB_VERSION: "e74d7109838ff05fdc239bced6a726aa7ad46a9b"
DOCKER_BUILDER_TAG: "$CI_COMMON_JOB_VERSION"
DOCKER_DIND_TAG: "$CI_COMMON_JOB_VERSION"
IMAGE_REMOVER_TAG: "$CI_COMMON_JOB_VERSION"

include:
- project: 'hive/common-ci-configuration'
ref: 1ce04340ebfe838fd7fa09aebdde3bd7e1218bce # develop
ref: e74d7109838ff05fdc239bced6a726aa7ad46a9b # develop
file: '/templates/docker_image_jobs.gitlab-ci.yml'
- local: scripts/ci-helpers/extended_block_log_creation.gitlab-ci.yml
- local: scripts/ci-helpers/extended_block_log_creation.gitlab-ci.yml

.docker_image_builder_job:
extends: .docker_image_builder_job_template
Expand Down

0 comments on commit cb6205b

Please sign in to comment.