Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Docker
Commits
d518a8c5
Commit
d518a8c5
authored
10 months ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
docs: update stale links to GitLab docs (anchors)
parent
16496858
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
d518a8c5
...
@@ -4,7 +4,7 @@ This project implements a GitLab CI/CD template to build, check and inspect your
...
@@ -4,7 +4,7 @@ This project implements a GitLab CI/CD template to build, check and inspect your
## Usage
## Usage
This template can be used both as a
[
CI/CD component
](
https://docs.gitlab.com/ee/ci/components/#use-a-component
-in-a-cicd-configuration
)
This template can be used both as a
[
CI/CD component
](
https://docs.gitlab.com/ee/ci/components/#use-a-component
)
or using the legacy
[
`include:project`
](
https://docs.gitlab.com/ee/ci/yaml/index.html#includeproject
)
syntax.
or using the legacy
[
`include:project`
](
https://docs.gitlab.com/ee/ci/yaml/index.html#includeproject
)
syntax.
### Use as a CI/CD component
### Use as a CI/CD component
...
@@ -250,7 +250,7 @@ variables:
...
@@ -250,7 +250,7 @@ variables:
Here are some advices about your
**secrets**
(variables marked with a :lock:):
Here are some advices about your
**secrets**
(variables marked with a :lock:):
1.
Manage them as
[
project or group CI/CD variables
](
https://docs.gitlab.com/ee/ci/variables/#
add-a-cicd-variable-to
-a-project
)
:
1.
Manage them as
[
project or group CI/CD variables
](
https://docs.gitlab.com/ee/ci/variables/#
for
-a-project
)
:
*
[
**masked**
](
https://docs.gitlab.com/ee/ci/variables/#mask-a-cicd-variable
)
to prevent them from being inadvertently
*
[
**masked**
](
https://docs.gitlab.com/ee/ci/variables/#mask-a-cicd-variable
)
to prevent them from being inadvertently
displayed in your job logs,
displayed in your job logs,
*
[
**protected**
](
https://docs.gitlab.com/ee/ci/variables/#protected-cicd-variables
)
if you want to secure some secrets
*
[
**protected**
](
https://docs.gitlab.com/ee/ci/variables/#protected-cicd-variables
)
if you want to secure some secrets
...
...
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