Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

What is .gitlab-ci.yml?

It is script that describes which CI (= Continuous Integration) jobs should be run. They should be designed in a way that they can merged into any branch.

See https://docs.gitlab.com/ee/ci/yaml/

Next steps:

  • No labels