File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
solution/tech-solution/test Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 88 paths :
99 - ' .github/**'
1010 - ' quickstarts/**'
11- - ' tech- solution/**'
11+ - ' solution/**'
1212
1313jobs :
1414 terraform-fmt :
2020 id : fmt
2121 run : |
2222 terraform -chdir=quickstarts fmt -check -recursive
23- terraform -chdir=tech- solution fmt -check -recursive
23+ terraform -chdir=solution fmt -check -recursive
2424
2525
2626 terraform-validate :
3636 separator : " ,"
3737 files : |
3838 quickstarts/*
39- tech- solution/*
39+ solution/*
4040 dir_names_max_depth : 3
4141 - name : Terraform validate
4242 run : |
8282 separator : " ,"
8383 files : |
8484 quickstarts/*
85- tech- solution/*
85+ solution/*
8686 dir_names_max_depth : 3
8787 - name : set id
8888 id : set-job-id
Original file line number Diff line number Diff line change 22
33if [ $# -eq 0 ]; then
44 exampleDir=$( find ./quickstarts -maxdepth 2 -mindepth 2 -type d)
5- techSolutionDir=$( find ./tech- solution -maxdepth 1 -mindepth 1 -type d)
5+ techSolutionDir=$( find ./solution -maxdepth 2 -mindepth 2 -type d)
66 all_dirs=" $exampleDir $techSolutionDir "
77 # echo $all_dirs
88 for file in $all_dirs ; do
Original file line number Diff line number Diff line change 1+ resource "alicloud_vpc" "name" {
2+
3+ }
You can’t perform that action at this time.
0 commit comments