updated cloudbuild-golang.yaml
7ce49264
Hari Sekhon
committed
1 changed file
cloudbuild-golang.yaml
/cloudbuild-golang.yaml-1+1
/cloudbuild-golang.yaml
Add comment 19
Add comment 20 .PHONY: wc
Add comment 21 wc:
Add comment 22 Minus   wc -l *.tf */*tf *.tfvars
Add comment 22 Plus   find . -name '*.tf' -o -iname '*.tfvars' | xargs wc -l
Add comment 23