Commit 056a63cb authored by FulcrandG's avatar FulcrandG
Browse files

Using jinja templates instead of wrappers in builder

parent 41012169
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ def get_description(job_path, job_name):

def get_changelogs(job_path, job_name):
  latest = {
    "version": listdir(job_path + "/" + job_changelog_dir)[0:-3][0],
    "version": listdir(job_path + "/" + job_changelog_dir)[0][0:-3],
    "url": gitlab_api_url + job_name + ".yml"
  }