Skip to content

Commit

Permalink
Merge pull request #1152 from sallyom/add-gotest-tf-fmt
Browse files Browse the repository at this point in the history
openshift installer: add terraform fmt
  • Loading branch information
openshift-merge-robot committed Aug 14, 2018
2 parents 4b09225 + f67e06e commit 1fc9df9
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,22 @@ presubmits:
command:
- sh
args:
- ./hack/shellcheck.sh
- ./hack/shellcheck.sh

- name: pull-ci-origin-installer-tf-fmt
trigger: "((?m)^/test( all| tf-fmt),?(\\s+|$))"
rerun_command: "/test tf-fmt"
context: ci/prow/tf-fmt
always_run: true
agent: kubernetes
decorate: true
spec:
containers:
- image: quay.io/coreos/terraform-alpine:v0.11.7
env:
- name: IS_CONTAINER
value: 'TRUE'
command:
- sh
args:
- ./hack/tf-fmt.sh

0 comments on commit 1fc9df9

Please sign in to comment.