Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit e613bd9

Browse files
authored
Update build.sh
1 parent 1bce212 commit e613bd9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ THEME_BRANCH="${THEME_BRANCH:-main}"
3131
# and then the older versions in descending order, such that the
3232
# build script can place the artifact in an appropriate location.
3333

34-
getMajorVersions=$(curl -s https://get.dgraph.io/latest \
35-
| grep -o '"majorReleases":.*]' | grep -o '".*"' | grep -o '"[^[]*$' \
36-
| sed "s/\"//g" | sed "s/\,/ /g" | sed "s/v20.03/ /g" | sed "s/v21.12/ /g" | sed "s/v20.07/ /g")
37-
38-
MAJOR_VERSIONS=(
39-
$getMajorVersions
40-
)
41-
4234
VERSIONS_ARRAY=(
4335
'main'
4436
)

0 commit comments

Comments
 (0)