Commit e0f5f62b authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'sselhorn-master-patch-57305' into 'master'

Small update to put steps on same line

See merge request gitlab-org/gitlab!84628
parents 0214d07d c9011161
...@@ -25,8 +25,7 @@ configuration added with the [`includes` keyword](yaml/index.md#include). ...@@ -25,8 +25,7 @@ configuration added with the [`includes` keyword](yaml/index.md#include).
To check CI/CD configuration with the CI lint tool: To check CI/CD configuration with the CI lint tool:
1. On the top bar, select **Menu > Projects** and find your project. 1. On the top bar, select **Menu > Projects** and find your project.
1. On the left sidebar, select: 1. On the left sidebar, select **CI/CD > Pipelines**.
- **CI/CD > Pipelines**
1. In the top right, select **CI lint**. 1. In the top right, select **CI lint**.
1. Paste a copy of the CI/CD configuration you want to check into the text box. 1. Paste a copy of the CI/CD configuration you want to check into the text box.
1. Select **Validate**. 1. Select **Validate**.
...@@ -47,8 +46,7 @@ Prerequisites: ...@@ -47,8 +46,7 @@ Prerequisites:
To simulate a pipeline: To simulate a pipeline:
1. On the top bar, select **Menu > Projects** and find your project. 1. On the top bar, select **Menu > Projects** and find your project.
1. On the left sidebar, select: 1. On the left sidebar, select **CI/CD > Pipelines**.
- **CI/CD > Pipelines**
1. In the top right, select **CI lint**. 1. In the top right, select **CI lint**.
1. Paste a copy of the CI/CD configuration you want to check into the text box. 1. Paste a copy of the CI/CD configuration you want to check into the text box.
1. Select **Simulate pipeline creation for the default branch**. 1. Select **Simulate pipeline creation for the default branch**.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment