mirror of https://github.com/mongodb/mongo
SERVER-89899 Delete enterprise repo related code from evergreen/feature_flag_tags_check.sh (#21565)
GitOrigin-RevId: 5b70c9e4aa9918ebd49b55a3b8fe93406b527776
This commit is contained in:
parent
73652d8eda
commit
218cd48e92
|
|
@ -21,14 +21,6 @@ if [ -s "$diff_file_name" ]; then
|
|||
git apply -R "$diff_file_name"
|
||||
fi
|
||||
|
||||
# This script has to be run on an Evergreen variant or local repo with the enterprise module.
|
||||
pushd "$enterprise_path"
|
||||
git --no-pager diff "$(git merge-base origin/${branch_name} HEAD)" --output="$diff_file_name" --binary
|
||||
if [ -s "$diff_file_name" ]; then
|
||||
git apply -R "$diff_file_name"
|
||||
fi
|
||||
popd
|
||||
|
||||
$python buildscripts/idl/gen_all_feature_flag_list.py
|
||||
mv all_feature_flags.txt base_all_feature_flags.txt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue