Commit 7a3faec9 authored by nimrod's avatar nimrod
Browse files

Skip pip-complie pre-commit hook.

Different Python versions cause different files. Shouldn't be run in CI.
parent 1a00fd1b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ pre-commit:
  variables:
    XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
    SKIP: |-
      gitlab-ci-linter
      gitlab-ci-linter,pip-compile
    # yamllint disable-line rule:line-length
    TF_HTTP_ADDRESS: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/terraform/state/default
    TF_HTTP_USERNAME: gitlab-ci-token