Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit 0d95ffb

Browse files
committed
Removed unnecessary files
1 parent 4413147 commit 0d95ffb

File tree

4 files changed

+2
-111
lines changed

4 files changed

+2
-111
lines changed

.githooks/pre-commit

Lines changed: 0 additions & 73 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ node_js: 8
2828
git:
2929
depth: 5
3030

31+
# Build script
3132
script:
3233
- terraform fmt -check -diff

Makefile

Lines changed: 0 additions & 34 deletions
This file was deleted.

main.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ resource "aws_codebuild_project" "_" {
133133
}
134134
}
135135

136-
# -----------------------------------------------------------------------------
137-
# Resources: CodeBuild Webhook
138-
# -----------------------------------------------------------------------------
139-
136+
# aws_codebuild_webhook._
140137
resource "aws_codebuild_webhook" "_" {
141138
project_name = "${aws_codebuild_project._.name}"
142139
}

0 commit comments

Comments
 (0)