diff --git a/utils/branch_exists.py b/utils/branch_exists.py index 5c5be4698db38d9f8900d1263714f8b53e5b2701..9626e4aa81e4ee2bd9a239f6a0650dc4e383593f 100755 --- a/utils/branch_exists.py +++ b/utils/branch_exists.py @@ -31,4 +31,3 @@ if __name__ == "__main__": sys.exit(2) else: print("branch exists.") - diff --git a/utils/ref_to_commit.py b/utils/ref_to_commit.py index dbc5ab4f4c14b7a97fba833a8fff1bdff9c2b693..93f15f31b6158172cfca5a5095b13f6a4fcb22ab 100755 --- a/utils/ref_to_commit.py +++ b/utils/ref_to_commit.py @@ -18,6 +18,7 @@ _REPOS = { "ADVANCEDUSERTOOLS": "https://gitlab.indiscale.com/api/v4/projects/104" } + def get_remote(repository): return _REPOS[repository]