We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bce212 commit e613bd9Copy full SHA for e613bd9
scripts/build.sh
@@ -31,14 +31,6 @@ THEME_BRANCH="${THEME_BRANCH:-main}"
31
# and then the older versions in descending order, such that the
32
# build script can place the artifact in an appropriate location.
33
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
42
VERSIONS_ARRAY=(
43
'main'
44
)
0 commit comments