Make sure we always validate terraform plans on `make check`

This commit is contained in:
R. Tyler Croy 2017-07-23 12:43:46 -07:00
parent 1aa4307ad6
commit bd01e7fc6f
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
IMAGE_PREFIX="rtyler/codevalet"
check: generate plans
check: generate plans validate
$(MAKE) -C webapp check
all: plugins master