Browse Source

Add comment to build report about deployment contexts

Later, the demo URL list should be fixed to take this into account
automatically.
tags/8.1.0.alpha1
Henri Sara 7 years ago
parent
commit
42b0a2bdd2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/GenerateBuildTestAndStagingReport.py

+ 1
- 1
scripts/GenerateBuildTestAndStagingReport.py View File

@@ -65,7 +65,7 @@ def getDemoValidationStatusHtml():
def getDemoLinksHtml():
demos_html = "Try demos"
link_list = list(map(lambda demo: "<a href='{url}/{demoName}-{version}'>{demoName}</a>".format(url=args.deployUrl, demoName=demo, version=args.version), demos))
return demos_html + getHtmlList(link_list)
return demos_html + getHtmlList(link_list) + "Note that the deployed framework8-demo WARs have a suffix -0..-4."

def getApiDiffHtml():
apidiff_html = "Check API diff"

Loading…
Cancel
Save