Skip to content
Snippets Groups Projects
Commit c3ffb150 authored by Matt Miller's avatar Matt Miller
Browse files

Apply 4 suggestion(s) to 1 file(s)

parent e708d5d4
No related branches found
No related tags found
No related merge requests found
Pipeline #23314985 passed
Loading
Loading
@@ -12,7 +12,7 @@ The common tasks performed by this template are:
 
## Required stages
 
```
```yaml
stages:
- prepare
- lint
Loading
Loading
@@ -22,7 +22,7 @@ stages:
```
 
You can override these using input variables, such as:
```
```yaml
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: master
file: templates/chef.yml
Loading
Loading
@@ -50,7 +50,7 @@ However, it is likely that you will want to override this in the event you have
 
An example overridden job that you may have in your repo's local `.gitlab-ci.yml` may look like:
 
```
```yaml
kitchen:
stage: integration
retry: 2
Loading
Loading
@@ -78,7 +78,7 @@ Note the comments in the KITCHEN_SUITE parallel matrix. These are to be used in
 
If a cookbook doesn't have kitchen tests, you can remove them from execution by changing the execution stage like:
 
```
```yaml
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: master
file: templates/chef.yml
Loading
Loading
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