Skip to content
Snippets Groups Projects
Commit 677548f2 authored by MUNIER Florian's avatar MUNIER Florian
Browse files

Update .gitlab-ci.yml file

parent 84dedf39
No related branches found
No related tags found
No related merge requests found
Pipeline #14094 failed
stages: # List of stages for jobs, and their order of execution
- init
- test
- init
- plan
- apply
- destroy
......@@ -13,6 +13,18 @@ image:
- /usr/bin/env
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
tflint:
image:
name: wata727/tflint:latest
entrypoint:
- "/usr/bin/env"
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
stage: test
script:
- tflint -v
- tflint
allow_failure: true
init_step:
stage: init
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment