Skip to content
Snippets Groups Projects
Commit d5551d3f authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

GITLAB_MIRROR_PREFIX variable

parent 7bb089d5
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ include: ...@@ -2,7 +2,7 @@ include:
- template: Auto-DevOps.gitlab-ci.yml - template: Auto-DevOps.gitlab-ci.yml
variables: variables:
GITLAB_MIRROR_PREFIX: "${CI_REGISTRY}/gitlab" # Set `GITLAB_MIRROR_PREFIX` variable on the instance/group/project level. Exapmple - GITLAB_MIRROR_PREFIX: "${CI_REGISTRY}/gitlab"
SECURE_ANALYZERS_PREFIX: "${GITLAB_MIRROR_PREFIX}/security-products" SECURE_ANALYZERS_PREFIX: "${GITLAB_MIRROR_PREFIX}/security-products"
CLUSTER_INTEGRATION_PREFIX: "${GITLAB_MIRROR_PREFIX}/cluster-integration" CLUSTER_INTEGRATION_PREFIX: "${GITLAB_MIRROR_PREFIX}/cluster-integration"
CODE_QUALITY_PREFIX: "${GITLAB_MIRROR_PREFIX}/codequality" CODE_QUALITY_PREFIX: "${GITLAB_MIRROR_PREFIX}/codequality"
......
...@@ -13,3 +13,5 @@ include: ...@@ -13,3 +13,5 @@ include:
``` ```
...where `project: 'gitlab/auto-devops'` contains absolute path to this repository from the root of your gitlab instance without leading slash. ...where `project: 'gitlab/auto-devops'` contains absolute path to this repository from the root of your gitlab instance without leading slash.
Set `GITLAB_MIRROR_PREFIX` variable on the instance/group/project level.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment