Skip to content

Commit

Permalink
build script upadtes
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Apr 14, 2020
1 parent 8967ed4 commit 9985e5d
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,40 @@
declare -a arr=(
# Add here the version you want to re-generate
master
v1.17.0
v1.16.4
v1.16.3
v1.16.2
v1.16.1
v1.15.7
v1.15.6
v1.15.5
v1.14.10
v1.14.9
v1.14.8
)

# This list is used only list of already genrated schema definition
# (or when we need to rebuild all definitions)
declare -a arr2=(
# master
# v1.18.x
v1.18.1
v1.18.0
# v1.17.x
v1.17.4
v1.17.3
v1.17.2
v1.17.1
v1.17.0
# v1.16.x
v1.16.4
v1.16.3
v1.16.2
v1.16.1
v1.16.0
# v1.15.x
v1.15.7
v1.15.6
v1.15.5
v1.15.4
v1.15.3
v1.15.2
v1.15.1
v1.15.0
# v1.14.x
v1.14.10
v1.14.9
v1.14.8
v1.14.7
v1.14.6
v1.14.5
Expand Down

0 comments on commit 9985e5d

Please sign in to comment.