Skip to content

Commit

Permalink
opendatacube#190 Remove local backend
Browse files Browse the repository at this point in the history
  • Loading branch information
whatnick committed Feb 6, 2020
1 parent 8461eeb commit e5d2d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/run_tflint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ for a in $(ls examples/stage);
terraform init;
tflint --module main.tf;
mv main.tf.bck main.tf;
rm -rf .terraform;
terraform init -backend=false;
terraform validate; test_result=$?
if (($test_result != 0)); then
Expand Down

0 comments on commit e5d2d6d

Please sign in to comment.