Skip to content

Commit

Permalink
openshift installer: add terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyom committed Aug 13, 2018
1 parent f321b70 commit f67e06e
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 f67e06e

Please sign in to comment.