Skip to content

Commit

Permalink
explicitly use MOLECULE_PROJECT_DIRECTORY for yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ehelms committed Jul 10, 2020
1 parent dbb1c5b commit 0642701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/molecule/config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
lint: yamllint --config-file ../../.yamllint --format parsable .
lint: yamllint --config-file ${MOLECULE_PROJECT_DIRECTORY}/../../.yamllint --format parsable .

0 comments on commit 0642701

Please sign in to comment.