diff --git a/slides/markmaker.py b/slides/markmaker.py index f1f3635..a376bce 100755 --- a/slides/markmaker.py +++ b/slides/markmaker.py @@ -228,7 +228,7 @@ def processcontent(content, filename): try: if "REPOSITORY_URL" in os.environ: repo = os.environ["REPOSITORY_URL"] - else: + #else: repo = subprocess.check_output(["git", "config", "remote.origin.url"]).decode("ascii") repo = repo.strip().replace("git@github.com:", "https://github.com/") if "BRANCH" in os.environ: