mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Remove lint job step to initialize Terraform directories
Initialization will now be done during the "terraform validate" step.
This commit is contained in:
parent
6a7fbf07bd
commit
895a692ad8
1 changed files with 0 additions and 7 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -84,13 +84,6 @@ jobs:
|
|||
run: |
|
||||
go install \
|
||||
github.com/terraform-docs/terraform-docs@${TERRAFORM_DOCS_VERSION}
|
||||
- name: Find and initialize Terraform directories
|
||||
run: |
|
||||
for path in $(find . -not \( -type d -name ".terraform" -prune \) \
|
||||
-type f -iname "*.tf" -exec dirname "{}" \; | sort -u); do \
|
||||
echo "Initializing '$path'..."; \
|
||||
terraform init -input=false -backend=false "$path"; \
|
||||
done
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue