diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-28 06:15:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-28 06:15:42 +0000 |
commit | 66d107f9394f719c63cb30f53d62b5b5db888e4b (patch) | |
tree | 0c0df62dcf91fdd2509e0428a1808f237d22ee18 /doc/ci/variables | |
parent | 9449a8c94313cd1cbe1c4cad885635aa7e3f6c01 (diff) | |
download | gitlab-ce-66d107f9394f719c63cb30f53d62b5b5db888e4b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/variables')
-rw-r--r-- | doc/ci/variables/index.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/ci/variables/index.md b/doc/ci/variables/index.md index 716954203eb..b080df35a32 100644 --- a/doc/ci/variables/index.md +++ b/doc/ci/variables/index.md @@ -25,12 +25,7 @@ so quoted and unquoted variables might be parsed differently. For example, `VAR1 is interpreted as an octal value, so the value becomes `5349`, but `VAR1: "012345"` is parsed as a string with a value of `012345`. -> For more information about advanced use of GitLab CI/CD: -> -> - <i class="fa fa-youtube-play youtube" aria-hidden="true"></i> Get to productivity faster with these [7 advanced GitLab CI workflow hacks](https://about.gitlab.com/webcast/7cicd-hacks/) -> shared by GitLab engineers. -> - <i class="fa fa-youtube-play youtube" aria-hidden="true"></i> Learn how the Cloud Native Computing Foundation (CNCF) [eliminates the complexity](https://about.gitlab.com/customers/cncf/) -> of managing projects across many cloud providers with GitLab CI/CD. +For more information about advanced use of GitLab CI/CD, see [7 advanced GitLab CI workflow hacks](https://about.gitlab.com/webcast/7cicd-hacks/) shared by GitLab engineers. ## Predefined CI/CD variables |