Commit 74673d04 authored by GitLab Bot's avatar GitLab Bot

Add latest changes from gitlab-org/gitlab@master

parent 9763c081
...@@ -3701,6 +3701,10 @@ test:mysql: ...@@ -3701,6 +3701,10 @@ test:mysql:
You can see that the hidden keys are conveniently used as templates. You can see that the hidden keys are conveniently used as templates.
NOTE: **Note:**
You can't use YAML anchors across multiple files when leveraging the [`include`](#include)
feature. Anchors are only valid within the file they were defined in.
## Triggers ## Triggers
Triggers can be used to force a rebuild of a specific branch, tag or commit, Triggers can be used to force a rebuild of a specific branch, tag or commit,
......
...@@ -24,9 +24,9 @@ To use Akismet: ...@@ -24,9 +24,9 @@ To use Akismet:
1. Click on **Show** to reveal the API key. 1. Click on **Show** to reveal the API key.
1. Go to Applications Settings on Admin Area (`admin/application_settings`) 1. Go to **Admin Area > Settings > Reporting** (`/admin/application_settings/reporting`).
1. Check the **Enable Akismet** checkbox 1. Check the **Enable Akismet** checkbox.
1. Fill in the API key from step 3. 1. Fill in the API key from step 3.
......
...@@ -878,6 +878,8 @@ functions:deploy: ...@@ -878,6 +878,8 @@ functions:deploy:
image: registry.gitlab.com/gitlab-org/gitlabktl:0.5.0 image: registry.gitlab.com/gitlab-org/gitlabktl:0.5.0
``` ```
Different versions are available by changing the version tag at the end of the registry URL: `registry.gitlab.com/gitlab-org/gitlabktl:VERSION` Different versions are available by changing the version tag at the end of the registry URL in the
format `registry.gitlab.com/gitlab-org/gitlabktl:<version>`.
For a full inventory of available `gitlabktl` versions please see [this list](https://gitlab.com/gitlab-org/gitlabktl/container_registry) For a full inventory of available `gitlabktl` versions, see the `gitlabktl` project's
[container registry](https://gitlab.com/gitlab-org/gitlabktl/container_registry).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment