Skip to content

Commit

Permalink
Use full name for YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Jul 27, 2020
1 parent be7c818 commit 4a6150c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/agent/v2/cli_pipeline.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p>For docs referencing the Buildkite Agent v3, <a href="/docs/agent/v3/cli_pipeline">see the latest version of this document</a>.
</section>

The Buildkite Agent’s `pipeline` command allows you to add and replace build steps in the running build. The steps are defined using YML or JSON and can be read from a file or streamed from the output of a script.
The Buildkite Agent’s `pipeline` command allows you to add and replace build steps in the running build. The steps are defined using YAML or JSON and can be read from a file or streamed from the output of a script.

See the [Defining Your Pipeline Steps](/docs/pipelines/uploading-pipelines) guide for a step-by-step example and list of step types.

Expand Down
2 changes: 1 addition & 1 deletion pages/agent/v3/cli_pipeline.md.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# buildkite-agent pipeline

The Buildkite Agent’s `pipeline` command allows you to add and replace build steps in the running build. The steps are defined using YML or JSON and can be read from a file or streamed from the output of a script.
The Buildkite Agent’s `pipeline` command allows you to add and replace build steps in the running build. The steps are defined using YAML or JSON and can be read from a file or streamed from the output of a script.

See the [Defining Your Pipeline Steps](/docs/pipelines/defining-steps) guide for a step-by-step example and list of step types.

Expand Down
2 changes: 1 addition & 1 deletion pages/deployments/deploying_to_kubernetes.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This section covers creating a new Buildkite pipeline that loads steps from
steps](https://buildkite.com/docs/pipelines/trigger-step) later on to connect
the test and deploy pipelines.

The first step will be a pipeline upload using our new deploy pipeline YML
The first step will be a pipeline upload using our new deploy pipeline YAML
file. Create a new pipeline. Enter `buildkite-agent pipeline upload
.buildkite/pipeline.deploy.yml` in the commands to run field.

Expand Down
2 changes: 1 addition & 1 deletion pages/pipelines/secrets.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ You should never refer to secrets directly in your pipeline.yml file, as they ma
```yml
steps:
# Security risk! The environment variable containing the secret will be
# interpolated into the YML file and then sent to Buildkite.
# interpolated into the YAML file and then sent to Buildkite.
- command: |
curl \
--header "Authorization: token $GITHUB_MY_APP_DEPLOYMENT_ACCESS_TOKEN" \
Expand Down

0 comments on commit 4a6150c

Please sign in to comment.