From b1511c2a00e1a898ca6cc07f1329343ad0d9bdf7 Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Thu, 18 Feb 2021 11:48:29 +0000 Subject: [PATCH] Touch a bunch of files where the last committers/approvers have left So Concourse will be happier. This is just whitespace and full stops. --- components/aws-node-lifecycle-hook/main.go | 2 +- components/aws-ssm-agent/README | 2 +- components/concourse-operator/README.md | 1 - components/concourse-task-toolbox/README.md | 2 +- components/concourse-terraform-resource/README.md | 2 +- components/service-operator/README.md | 2 -- 6 files changed, 4 insertions(+), 7 deletions(-) diff --git a/components/aws-node-lifecycle-hook/main.go b/components/aws-node-lifecycle-hook/main.go index 1030389e2..c019c7753 100644 --- a/components/aws-node-lifecycle-hook/main.go +++ b/components/aws-node-lifecycle-hook/main.go @@ -12,7 +12,7 @@ import ( "github.com/aws/aws-lambda-go/lambda" ) -// Start configures a lifecycle handler and registers it with the lambda handler +// Start configures a lifecycle handler and registers it with the lambda handler. func Start() error { awsClient, err := awsclient.New() if err != nil { diff --git a/components/aws-ssm-agent/README b/components/aws-ssm-agent/README index c1406fedf..15deb4fef 100644 --- a/components/aws-ssm-agent/README +++ b/components/aws-ssm-agent/README @@ -1 +1 @@ -This directory just holds a Dockerfile used to build the AWS SSM agent container we run inside EKS. +This directory just holds a Dockerfile used to build the AWS SSM agent container we run inside EKS diff --git a/components/concourse-operator/README.md b/components/concourse-operator/README.md index e82a6a33b..6a63c200d 100644 --- a/components/concourse-operator/README.md +++ b/components/concourse-operator/README.md @@ -100,4 +100,3 @@ It was originally built using [kubebuilder](https://github.com/kubernetes-sigs/k kubebuilder init --domain k8s.io kubebuilder create api --group concourse --version v1beta1 --kind Pipeline ``` - diff --git a/components/concourse-task-toolbox/README.md b/components/concourse-task-toolbox/README.md index c9b96c12e..7a687ac8a 100644 --- a/components/concourse-task-toolbox/README.md +++ b/components/concourse-task-toolbox/README.md @@ -3,7 +3,7 @@ ## Overview -Image containing tools for concourse task scripts +Image containing tools for concourse task scripts. ## Versioning diff --git a/components/concourse-terraform-resource/README.md b/components/concourse-terraform-resource/README.md index e20c6f8f4..be9e19f99 100644 --- a/components/concourse-terraform-resource/README.md +++ b/components/concourse-terraform-resource/README.md @@ -9,7 +9,7 @@ Extends the [upstream terraform resource](https://github.com/ljfranklin/terrafor ## Versioning -Please bump `VERSION` file +Please bump `VERSION` file. ## Building diff --git a/components/service-operator/README.md b/components/service-operator/README.md index 9582ae221..39edd294e 100644 --- a/components/service-operator/README.md +++ b/components/service-operator/README.md @@ -78,5 +78,3 @@ with the gds cli to execute the tests: ``` gds aws gsp-sandbox-admin -- ./hack/test_integration.sh ``` - -