Skip to content

Commit d365f04

Browse files
committed
chore: format yaml files
Signed-off-by: Bird <[email protected]>
1 parent 657bba2 commit d365f04

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

hack/e2e/kind.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
kind: Cluster
22
apiVersion: kind.x-k8s.io/v1alpha4
33
nodes:
4-
- role: control-plane
5-
extraPortMappings:
6-
- containerPort: 8080
7-
hostPort: 8080
8-
listenAddress: "0.0.0.0"
9-
protocol: tcp
4+
- role: control-plane
5+
extraPortMappings:
6+
- containerPort: 8080
7+
hostPort: 8080
8+
listenAddress: "0.0.0.0"
9+
protocol: tcp

internal/pkg/show/config/plugins/ci-generic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tools:
88
# options for the plugin
99
options:
1010
ci:
11-
configLocation : Jenkinsfile
11+
configLocation: Jenkinsfile
1212
# support jenkins/gitlab/github for now
1313
type: jenkins
1414
projectRepo:

internal/pkg/show/config/plugins/gitlabci-java.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ tools:
2323
tags: "YOUR_GITLAB_RUNNER_TAG"
2424
# Package step will run on the specified branchs, default use "main"
2525
allowedBranch:
26-
- "main"
27-
- "test"
28-
# Customized pipeline scripts. Leave it blank to use default value.
26+
- "main"
27+
- "test"
28+
# Customized pipeline scripts. Leave it blank to use default value.
2929
scriptCommand:
30-
- "YOUR_PACKAGE_SCRIPTS"
30+
- "YOUR_PACKAGE_SCRIPTS"
3131
build:
3232
# Same as above
3333
baseOption:

0 commit comments

Comments
 (0)