File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,6 @@ common_steps: &common_steps
2929 name : " Test: verify plan"
3030 command : |
3131 bundle install
32-
33- if [ "$TF_LEGACY" != "true" ]; then
34- for example in $(ls -d examples/*/); do
35- pushd $example
36- terraform init
37- popd
38- done
39- fi
40-
4132 bundle exec rake
4233
4334 - save_cache :
@@ -50,20 +41,6 @@ common_steps: &common_steps
5041 - /usr/local/bundle
5142
5243jobs :
53- 0.8.8 :
54- docker :
55- - image : circleci/ruby
56- environment :
57- - TF_VERSION : 0.8.8
58- - TF_LEGACY : true
59- steps : *common_steps
60- 0.9.11 :
61- docker :
62- - image : circleci/ruby
63- environment :
64- - TF_VERSION : 0.9.11
65- - TF_LEGACY : true
66- steps : *common_steps
6744 0.10.7 :
6845 docker :
6946 - image : circleci/ruby
@@ -82,8 +59,6 @@ workflows:
8259
8360 some_flow :
8461 jobs :
85- - 0.8.8
86- - 0.9.11
8762 - 0.10.7
8863 - 0.11.5
8964
You can’t perform that action at this time.
0 commit comments