Skip to content

Commit

Permalink
Update configure-gitlab-pipelines.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andriitserkovnyi committed Dec 4, 2023
1 parent 1c41937 commit 40ec453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This document describes how to configure continuous integration using GitLab Pip
## What is GitLab Pipelines?
GitLab pipelines automate steps in the SDLC like builds, tests, and deployments. When a team takes advantage of automated pipelines, they simplify the handoff process and decrease the chance of human error, creating faster iterations and better quality code. Everyone can see where code is in the process and identify problems long before they make it to production.

For more information on Gitlab Pipelines, see [GitLab CI/CD](https://docs.gitlab.com/ee/ci/README.html).
For more information on Gitlab Pipelines, see [GitLab CI/CD](https://docs.gitlab.com/ee/ci/pipelines/).

## Prerequisites
In the repository root, create the CI/CD configuration file: `.gitlab-ci.yml`.
Expand Down

0 comments on commit 40ec453

Please sign in to comment.