Skip to content

Commit

Permalink
Added missing words to CI/CD README.md. (#10259)
Browse files Browse the repository at this point in the history
  • Loading branch information
eu90h authored Jun 11, 2024
1 parent 9e89d10 commit a1465d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/cicd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

A development practice where developers integrate code into a shared repository frequently. It can range from a couple of changes every day or a week to a couple of changes in one hour in larger scales.

Each piece of code (change/patch) is verified, to make the change is safe to merge. Today, it's a common practice to test the change using an automated build that makes sure the code can be integrated. It can be one build which runs several tests in different levels (unit, functional, etc.) or several separate builds that all or some has to pass in order for the change to be merged into the repository.
Each piece of code (change/patch) is verified to make sure that the change is safe to merge. Today, it's a common practice to test the change using an automated build that makes sure the code can be integrated. It can be one build which runs several tests in different levels (unit, functional, etc.) or several separate builds that all or some has to pass in order for the change to be merged into the repository.
</b></details>

<details>
Expand Down

0 comments on commit a1465d2

Please sign in to comment.