Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Auto-DevOps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gitlab
Auto-DevOps
Commits
d5551d3f
Commit
d5551d3f
authored
1 year ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
GITLAB_MIRROR_PREFIX variable
Signed-off-by:
Dmitriy Safronov
<
zimniy@cyberbrain.pw
>
parent
7bb089d5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Auto-DevOps.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
Auto-DevOps.gitlab-ci.yml
README.md
+2
-0
2 additions, 0 deletions
README.md
with
3 additions
and
1 deletion
Auto-DevOps.gitlab-ci.yml
+
1
−
1
View file @
d5551d3f
...
...
@@ -2,7 +2,7 @@ include:
-
template
:
Auto-DevOps.gitlab-ci.yml
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"
CLUSTER_INTEGRATION_PREFIX
:
"
${GITLAB_MIRROR_PREFIX}/cluster-integration"
CODE_QUALITY_PREFIX
:
"
${GITLAB_MIRROR_PREFIX}/codequality"
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
d5551d3f
...
...
@@ -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.
Set `GITLAB_MIRROR_PREFIX` variable on the instance/group/project level.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment