Commit 57b6fd96 authored by nimrod's avatar nimrod
Browse files

Reenable the Terraform pre-commit checks.

The pre-commit ci-image doesn't have the Terraform CLI, but it can be
downloaded in the before_script part so it's not an issue.
parent 46a1f535
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ pre-commit:
    XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
    # Disabled until https://github.com/pre-commit/pre-commit/issues/1387 is
    # resolved.
    SKIP: "hadolint,docker-compose,tf-fmt,tf-validate"
    SKIP: "hadolint,docker-compose"
  script:
    - pre-commit run --all-files
  cache: