Skip to content

Commit

Permalink
ci: update hard-coded branch version (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Nov 13, 2020
1 parent 4ea0867 commit 318e7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepareDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pomBase=`getBaseVersion $pomVersion`

### Load versions file for this platform release
branch=$versionBase
[ $branch = "18.0" ] && branch=master
[ $branch = "19.0" ] && branch=master
versions=`curl -s "https://raw.githubusercontent.com/vaadin/platform/$branch/versions.json"`
[ $? != 0 ] && branch=master && versions=`curl -s "https://raw.githubusercontent.com/vaadin/platform/$branch/versions.json"`

Expand Down

0 comments on commit 318e7cc

Please sign in to comment.