Improve CI article

This commit is contained in:
n 2022-04-10 21:02:11 +09:00
parent fa47455b9e
commit b46c8321dd

View file

@ -10,7 +10,7 @@ Some projects even implement a suite of integration tests, testing whether the c
Running these tests regularly (or continuously) is the job of a Continuous Integration solution.
The results of the tests are displayed to the project members and maintainers enabling them to identify problems and react if errors occur.
## Using the woodpecker CI of Codeberg
## Using Codeberg's instance of Woodpecker CI
Codeberg currently provides an instance of [Woodpecker CI](https://woodpecker-ci.org/) to some projects.
The service is currently in the closed testing phase. Meaning the access is currently limited to selected persons.
@ -18,4 +18,4 @@ The service is currently in the closed testing phase. Meaning the access is curr
The [README.md](https://codeberg.org/Codeberg-CI/request-access) of the Codeberg-CI repository contains more details in case
you want to apply for access to the Woodpecker CI.
If you are just curious about Woodpecker or already got access to a Woodpecker instance, the woodpecker project has a [great documentation](https://woodpecker-ci.org/docs/intro) on how to use Woodpecker in your repositories.
If you are just curious about Woodpecker or already got access to a Woodpecker instance, the Woodpecker project has a [great documentation](https://woodpecker-ci.org/docs/intro) on how to use Woodpecker in your repositories.