Commit f2761e3a authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

fix: change the way to TRACE tflint

`loglevel` option was removed in v0.40.0.
parent ddfd5286
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -680,7 +680,7 @@ tf-tflint:
    - mkdir -p -m 777 reports
  script:
    - tflint --force --format=junit $TF_TFLINT_ARGS > reports/tflint.xunit.xml
    - tflint ${TRACE+--loglevel=debug} $TF_TFLINT_ARGS
    - TFLINT_LOG=${TRACE+debug} tflint $TF_TFLINT_ARGS
  artifacts:
    name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
    reports: