Skip to content

Commit a1f707d

Browse files
committed
fix
1 parent 91a09b3 commit a1f707d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/VersionCalPRComment.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,20 +140,13 @@ jobs:
140140
chmod +x env/bin/activate
141141
source ./env/bin/activate
142142
set -ev
143-
# git checkout "$base_branch_pre"/"$base_branch"
144-
#
145-
# for mod in ${changed_module_list[@]}
146-
# do
147-
# echo changed module: "${mod}"
148-
# azdev extension add "${mod}" && azdev command-change meta-export "${mod}" --meta-output-path ./"$base_meta_path"/ && azdev extension remove "${mod}"
149-
# done
150143
mkdir "$base_meta_path"
151144
mkdir "$diff_meta_path"
152145
153146
# some module, like confcom, will change local data files, like data/rules.rego, during installation, need to reset when checkout different branch
154147
git checkout -f "$diff_branch"
155148
# always use the latest index.json and scripts from base branch
156-
# git checkout "$base_branch_pre"/"$base_branch" -- scripts
149+
# git checkout "$base_branch_pre"/"$base_branch" -- scripts
157150
git checkout "$base_branch_pre"/"$base_branch" -- src/index.json
158151
159152
for mod in ${changed_module_list[@]}

0 commit comments

Comments
 (0)