Skip to content
Snippets Groups Projects
Verified Commit fe72265a authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

ci: split dependencies per job

Add diffutils needed for "terraform fmt --check --diff".
parent 1e36109d
No related branches found
No related tags found
No related merge requests found
Pipeline #16943 failed
image: "archlinux:latest"
before_script:
- pacman -Syu --needed --noconfirm ansible-lint ansible yamllint terraform
ansible-lint:
before_script:
- pacman -Syu --needed --noconfirm ansible-lint ansible
script:
# Fix weird ansible bug: https://github.com/trailofbits/algo/issues/1637
# This probably happens due to gitlab-runner mounting the git repo into the container
......@@ -15,6 +14,8 @@ ansible-lint:
- ansible-lint $(printf -- "--exclude %s " */*/vault_*)
terraform-validate:
before_script:
- pacman -Syu --needed --noconfirm terraform diffutils
script:
- cd tf-stage1
- terraform init -backend=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment