Loading templates/gitlab-ci-terraform.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1359,7 +1359,7 @@ tf-tflint: - mkdir -p -m 777 reports - tflint_default_config - tflint --init - tflint --force --format=junit $TF_TFLINT_ARGS > reports/tflint.xunit.xml - tflint --format=junit $TF_TFLINT_ARGS > reports/tflint.xunit.xml || true - TFLINT_LOG=${TRACE+debug} tflint $TF_TFLINT_ARGS artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" Loading Loading
templates/gitlab-ci-terraform.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1359,7 +1359,7 @@ tf-tflint: - mkdir -p -m 777 reports - tflint_default_config - tflint --init - tflint --force --format=junit $TF_TFLINT_ARGS > reports/tflint.xunit.xml - tflint --format=junit $TF_TFLINT_ARGS > reports/tflint.xunit.xml || true - TFLINT_LOG=${TRACE+debug} tflint $TF_TFLINT_ARGS artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" Loading