From f64a639bcfa1fc2bc89ca7db268f594306edfd7c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 16 Mar 2021 18:18:33 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-10-stable-ee --- doc/ci/variables/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ci/variables/README.md') diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index b6228e26175..5da501d4d8b 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w type: reference --- -# GitLab CI/CD variables +# GitLab CI/CD variables **(FREE)** CI/CD variables are part of the environment in which [pipelines](../pipelines/index.md) and jobs run. For example, you could: @@ -161,7 +161,7 @@ You can use tools like [the AWS CLI](https://docs.aws.amazon.com/cli/latest/user and [`kubectl`](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#the-kubeconfig-environment-variable) to customize your configuration by using **File** type variables. -Previously, a common pattern was to read the value of a CI variable, save it in a file, and then +Previously, a common pattern was to read the value of a CI/CD variable, save it in a file, and then use that file in your script: ```shell -- cgit v1.2.3