File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,6 @@ jobs:
107107 for i in *src.tar.gz; do
108108 echo "$i"
109109
110- # Skip hugegraph-computer package
111- if [[ "$i" =~ "hugegraph-computer" ]]; then
112- echo "Skip checking $i package"
113- continue
114- fi
115-
116110 # 4.1 check the directory name include "incubating"
117111 if [[ ! "$i" =~ "incubating" ]]; then
118112 echo "The package name $i should include incubating" && exit 1
Original file line number Diff line number Diff line change @@ -91,12 +91,6 @@ ls -lh ./*.tar.gz
9191for i in * src.tar.gz; do
9292 echo " $i "
9393
94- # Skip hugegraph-computer package
95- if [[ " $i " =~ " hugegraph-computer" ]]; then
96- echo " Skip checking $i package"
97- continue
98- fi
99-
10094 # 4.1: check the directory name include "incubating"
10195 if [[ ! " $i " =~ " incubating" ]]; then
10296 echo " The package name $i should include incubating" && exit 1
You can’t perform that action at this time.
0 commit comments