Skip to content

Commit

Permalink
BBL-440 | adding missing terraform-docs binary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Nov 13, 2020
1 parent 60faf8e commit b70f67c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
name: test1-terraform-format
command: |
pip install pre-commit
curl -Lo ./terraform-docs https://github.com/terraform-docs/terraform-docs/releases/download/v0.10.1/terraform-docs-v0.10.1-$(uname | tr '[:upper:]' '[:lower:]')-amd64
chmod +x ./terraform-docs
mv ./terraform-docs /some-dir-in-your-PATH/terraform-docs
make pre-commit
- run:
Expand Down

0 comments on commit b70f67c

Please sign in to comment.