Skip to content
Snippets Groups Projects
Commit 1279addc authored by 🚄 Job van der Voort 🚀's avatar 🚄 Job van der Voort 🚀
Browse files

testcommit

parent f7dbf6d1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -58,7 +58,7 @@ The jobs are defined as top-level elements with name and always have to contain
Jobs are used to create builds, which are then picked by [runners](../runners/README.md) and executed within environment of the runner.
What is important that each job is run independently from each other.
 
For more information and complete `.gitlab-ci.yml` syntax, please check the [Configuring project (.gitlab-ci.yml)](../yaml/README.md).
For more information and complete `.gitlab-ci.yml` syntax, please check the [Configuring project (.gitlab-ci.yml)](/doc/yaml/README.md).
 
## 5. Add file and push .gitlab-ci.yml to repository
 
Loading
Loading
@@ -116,4 +116,4 @@ You may need to tune your `.gitlab-ci.yml` file to implement build plan for your
A few examples how it can be done you can find on [Examples](../examples/README.md) page.
 
GitLab CI also offers **the Lint** tool to verify validity of your `.gitlab-ci.yml` which can be useful to troubleshoot potential problems.
The Lint is available from project's settings or by adding `/lint` to GitLab CI url.
The Lint is available from project's settings or by adding `/lint` to GitLab CI url.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment