From c8fb2e6a3942330079bde06d919cd33c6bc7600e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 26 Aug 2020 14:32:16 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-3-stable-ee --- doc/ci/environments/deployment_safety.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ci') diff --git a/doc/ci/environments/deployment_safety.md b/doc/ci/environments/deployment_safety.md index a0b7adb5279..cdccdef049d 100644 --- a/doc/ci/environments/deployment_safety.md +++ b/doc/ci/environments/deployment_safety.md @@ -32,7 +32,7 @@ Pipeline jobs in GitLab CI/CD run in parallel, so it's possible that two deploym jobs in two different pipelines attempt to deploy to the same environment at the same time. This is not desired behavior as deployments should happen sequentially. -You can ensure only one deployment job runs at a time with the [`resource_group` keyword](../yaml/README.md#resource_group) keyword in your `.gitlab-ci.yml`. +You can ensure only one deployment job runs at a time with the [`resource_group` keyword](../yaml/README.md#resource_group) in your `.gitlab-ci.yml`. For example: -- cgit v1.2.3