One more try to fix vscode RC wiki page download url

This commit is contained in:
Kris De Volder
2020-01-20 11:28:59 -08:00
parent eface153e1
commit b9419c05a9

View File

@@ -10,7 +10,7 @@ do
echo "Processing $vsix_file"
fname=$(basename $vsix_file)
if [[ $fname =~ "Release-Candidates" ]] ; then
if [[ $page == *"Candidate"* ]]; then
# Example url for snapshot or RC:
# https://s3-us-west-1.amazonaws.com/s3-test.spring.io/sts4/vscode-extensions/snapshots/vscode-spring-boot-1.15.0-RC.1.vsix
url=https://s3-us-west-1.amazonaws.com/s3-test.spring.io/sts4/vscode-extensions/snapshots/$fname