Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1213 from alphagov/touch-files
Browse files Browse the repository at this point in the history
Touch a bunch of files where the last committers/approvers have left
  • Loading branch information
Krenair authored Feb 18, 2021
2 parents 1d5b9df + b1511c2 commit f05ec28
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/aws-node-lifecycle-hook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion components/aws-ssm-agent/README
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion components/concourse-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion components/concourse-task-toolbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Overview

Image containing tools for concourse task scripts
Image containing tools for concourse task scripts.

## Versioning

Expand Down
2 changes: 1 addition & 1 deletion components/concourse-terraform-resource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Extends the [upstream terraform resource](https://github.com/ljfranklin/terrafor

## Versioning

Please bump `VERSION` file
Please bump `VERSION` file.

## Building

Expand Down
2 changes: 0 additions & 2 deletions components/service-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,3 @@ with the gds cli to execute the tests:
```
gds aws gsp-sandbox-admin -- ./hack/test_integration.sh
```


0 comments on commit f05ec28

Please sign in to comment.