소스 검색

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 년 전
부모
커밋
42b0a2bdd2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      scripts/GenerateBuildTestAndStagingReport.py

+ 1
- 1
scripts/GenerateBuildTestAndStagingReport.py 파일 보기

@@ -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…
취소
저장