Loading builder/builder.py +2 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ mkdocs_dir = "docs" job_changelog_dir = "versions" job_description_file = "README.md" job_license_file = "LICENSE" job_metadata_file = "metadata.yml" mk_changelog_wrapper = "\n## Changelog\n\n* **[latest]**(current -> `<LATEST_RELEASE>`) : `<TAG_URL>`\n" mk_license_wrapper = "??? License\n" Loading @@ -39,7 +40,7 @@ index = {"static_tests": [], "build": [], "dynamic_tests": [], "review": [], "de def get_conf(job_path, job_name): # Load yaml file with open(job_path + "/" + job_name + ".yml") as file: with open(job_path + "/" + job_metadata_file + ".yml") as file: return full_load(file) def add_description(job_path, job_name): Loading Loading
builder/builder.py +2 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ mkdocs_dir = "docs" job_changelog_dir = "versions" job_description_file = "README.md" job_license_file = "LICENSE" job_metadata_file = "metadata.yml" mk_changelog_wrapper = "\n## Changelog\n\n* **[latest]**(current -> `<LATEST_RELEASE>`) : `<TAG_URL>`\n" mk_license_wrapper = "??? License\n" Loading @@ -39,7 +40,7 @@ index = {"static_tests": [], "build": [], "dynamic_tests": [], "review": [], "de def get_conf(job_path, job_name): # Load yaml file with open(job_path + "/" + job_name + ".yml") as file: with open(job_path + "/" + job_metadata_file + ".yml") as file: return full_load(file) def add_description(job_path, job_name): Loading