Merge pull request #19666 from jfrazelle/19620-fix-url
add trailing slash Upstream-commit: d02ed72e304140c5c8f645af3f61f38ba2ab4c72 Component: engine
This commit is contained in:
@ -289,7 +289,7 @@ EOF
|
||||
# Upload the index script
|
||||
release_index() {
|
||||
echo "Releasing index"
|
||||
url="$(s3_url)" hack/make.sh install-script
|
||||
url="$(s3_url)/" hack/make.sh install-script
|
||||
write_to_s3 "s3://$BUCKET_PATH/index" < "bundles/$VERSION/install-script/install.sh"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user