Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
598a5977
Commit
598a5977
authored
Feb 24, 2020
by
David McKay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: clean up GitHub Actions
parent
59c3f8cd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
63 additions
and
6 deletions
+63
-6
CODEOWNERS
.github/workflows/CODEOWNERS
+1
-0
cr-master.yaml
.github/workflows/cr-master.yaml
+1
-1
cr-pull-request.yaml
.github/workflows/cr-pull-request.yaml
+1
-1
terraform-master.yaml
.github/workflows/terraform-master.yaml
+55
-0
terraform-pull-request.yaml
.github/workflows/terraform-pull-request.yaml
+5
-3
CODEOWNERS
terraform/CODEOWNERS
+0
-1
No files found.
.github/workflows/CODEOWNERS
0 → 100644
View file @
598a5977
/terraform/ @rawkode @gitirabassi
.github/workflows/
release
.yaml
→
.github/workflows/
cr-master
.yaml
View file @
598a5977
name
:
Release
Master
name
:
Release
Helm Charts
on
:
push
:
...
...
.github/workflows/pull-request.yaml
→
.github/workflows/
cr-
pull-request.yaml
View file @
598a5977
name
:
Pull Request Check
s
name
:
Test Helm Chart
s
on
:
pull_request
...
...
.github/workflows/terraform-master.yaml
0 → 100644
View file @
598a5977
name
:
Terraform Apply
on
:
push
:
paths
:
-
"
.github/workflows/terraform.yaml"
-
"
terraform/**"
branches
:
-
master
jobs
:
terraform
:
name
:
"
Terraform
Apply"
runs-on
:
ubuntu-latest
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@master
-
name
:
"
Terraform
Format"
uses
:
hashicorp/terraform-github-actions@master
with
:
tf_actions_version
:
0.12.20
tf_actions_subcommand
:
"
fmt"
tf_actions_working_dir
:
"
terraform"
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
"
Terraform
Init"
uses
:
hashicorp/terraform-github-actions@master
with
:
tf_actions_version
:
0.12.20
tf_actions_subcommand
:
"
init"
tf_actions_working_dir
:
"
terraform"
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GOOGLE_CREDENTIALS
:
${{ secrets.GOOGLE_CREDENTIALS }}
-
name
:
"
Terraform
Validate"
uses
:
hashicorp/terraform-github-actions@master
with
:
tf_actions_version
:
0.12.20
tf_actions_subcommand
:
"
validate"
tf_actions_working_dir
:
"
terraform"
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
"
Terraform
Apply"
uses
:
hashicorp/terraform-github-actions@master
with
:
tf_actions_version
:
0.12.20
tf_actions_subcommand
:
"
apply"
tf_actions_working_dir
:
"
terraform"
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GOOGLE_CREDENTIALS
:
${{ secrets.GOOGLE_CREDENTIALS }}
.github/workflows/terraform.yaml
→
.github/workflows/terraform
-pull-request
.yaml
View file @
598a5977
name
:
Repository Configuration with Terraform
name
:
Terraform Plan
on
:
push
:
pull_request
:
branches
:
-
master
paths
:
-
"
.github/workflows/terraform.yaml"
-
"
terraform/**"
jobs
:
terraform
:
name
:
"
Terraform"
name
:
"
Terraform
Plan
"
runs-on
:
ubuntu-latest
steps
:
-
name
:
"
Checkout"
...
...
terraform/CODEOWNERS
deleted
100644 → 0
View file @
59c3f8cd
* @rawkode @gitirabassi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment