Skip to content

Commit e8c43ea

Browse files
committed
fix
1 parent 3918a1f commit e8c43ea

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/validate-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

dist/validate-release.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ ls -lh ./*.tar.gz
9191
for 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

0 commit comments

Comments
 (0)