File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -931,11 +931,7 @@ under the License.
931
931
<exclude >**/flink-bin/conf/zoo.cfg</exclude >
932
932
<!-- Administrative files in the main trunk. -->
933
933
<exclude >**/README.md</exclude >
934
- <exclude >CHANGELOG</exclude >
935
- <exclude >CONTRIBUTING.md</exclude >
936
- <exclude >CONTRIBUTORS</exclude >
937
- <exclude >DEPENDENCIES</exclude >
938
- <exclude >PULL_REQUEST_TEMPLATE.md</exclude >
934
+ <exclude >.github/**</exclude >
939
935
<!-- Build files -->
940
936
<exclude >**/*.iml</exclude >
941
937
<exclude >flink-quickstart/**/testArtifact/goal.txt</exclude >
Original file line number Diff line number Diff line change @@ -93,9 +93,11 @@ prepare() {
93
93
cd flink
94
94
git checkout -b " release-$RELEASE_VERSION -$RELEASE_CANDIDATE " origin/$RELEASE_BRANCH
95
95
rm -f .gitignore
96
+ rm -f .gitattributes
96
97
rm -f .travis.yml
97
98
rm -f deploysettings.xml
98
99
rm -f CHANGELOG
100
+ rm -rf .github
99
101
cd ..
100
102
}
101
103
You can’t perform that action at this time.
0 commit comments