Skip to content

Commit eeee89a

Browse files
committed
Working now. Cleanup
1 parent d998eb7 commit eeee89a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
echo "Installing tflint..."
3333
install tflint /usr/local/tflint/bin
3434
echo "Configuring tflint..."
35-
36-
#awk --help
37-
#head --help
38-
#tail --help
39-
sed --help
40-
4135
tf_ver=$(terraform version | awk 'FNR <= 1' | cut -dv -f2)
4236
echo -e "\tConfig for terraform version: ${tf_ver}"
4337
if [ -f '.tflint.hcl' ]; then

0 commit comments

Comments
 (0)