Skip to content

Commit d5250b9

Browse files
committed
fix yaml formatting
1 parent e3d5407 commit d5250b9

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

incubator/run-jenkins-jobs/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
maintainers: # (optional)
1212
- name: Vadim Waisman
1313
email: vadim@codefresh.io
14-
- name: Jenny Passi
14+
- name: Jenny Passi
1515
email: jenny@codefresh.io
1616
icon: https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2016/11/1479211772build-image-with-dockerfile_feature.jpg
1717
envs:

stable/ecs-deploy/plugin.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ envs:
1717
- name: AWS_ACCESS_KEY_ID
1818
type: required
1919
description: Amazon access key ID
20-
- name: AWS_SECRET_ACCESS_KEY
21-
type: required
22-
description: amazon secret key (make sure it's encrypted)
23-
- name: aws-region
24-
type: required
25-
description: Helm release name
26-
- name : region
27-
type : required
28-
description : aws region
29-
- name : cluster_name
30-
type : required
31-
description : ecs cluster name
32-
- name : service_name
33-
type : required
34-
description : ecs service name
20+
- name: AWS_SECRET_ACCESS_KEY
21+
type: required
22+
description: amazon secret key (make sure it's encrypted)
23+
- name: aws-region
24+
type: required
25+
description: Helm release name
26+
- name : region
27+
type : required
28+
description : aws region
29+
- name : cluster_name
30+
type : required
31+
description : ecs cluster name
32+
- name : service_name
33+
type : required
34+
description : ecs service name
3535
context:
3636
- kind: Amazon ECS

stable/github-pr/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ envs:
2525
description: Name of repo
2626
- name: HEAD
2727
type: required
28-
description: The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace head with a user like this: username:branch
28+
description: The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace head with a user like this - username:branch
2929
- name: BASE
3030
type: required
3131
description: The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository.

0 commit comments

Comments
 (0)