Loading .gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,15 @@ include: - project: shore/ci-templates file: templates/terraform.yml default: before_script: # yamllint disable-line rule:line-length - wget https://releases.hashicorp.com/terraform/0.15.3/terraform_0.15.3_linux_amd64.zip -O /tmp/terraform.zip - unzip /tmp/terraform.zip terraform -d /usr/local/bin/ - terraform version - rm -r .terraform* - touch payload.zip Generate payload: stage: build image: registry.shore.co.il/ci-images:python3 Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ repos: - https://git.shore.co.il - repo: https://git.shore.co.il/nimrod/terraform-pre-commit.git rev: v0.1.0 rev: v0.1.2 hooks: - id: tf-fmt - id: tf-validate Loading
.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,15 @@ include: - project: shore/ci-templates file: templates/terraform.yml default: before_script: # yamllint disable-line rule:line-length - wget https://releases.hashicorp.com/terraform/0.15.3/terraform_0.15.3_linux_amd64.zip -O /tmp/terraform.zip - unzip /tmp/terraform.zip terraform -d /usr/local/bin/ - terraform version - rm -r .terraform* - touch payload.zip Generate payload: stage: build image: registry.shore.co.il/ci-images:python3 Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ repos: - https://git.shore.co.il - repo: https://git.shore.co.il/nimrod/terraform-pre-commit.git rev: v0.1.0 rev: v0.1.2 hooks: - id: tf-fmt - id: tf-validate