Be a bit more generic on repo namespace
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
9ff2a76479
commit
5ff34f764f
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ os.chdir(enc_path)
|
|||
repo = Repo.init(enc_path)
|
||||
repo.create_remote(
|
||||
"origin",
|
||||
f"https://{enc_repo_user}:{enc_repo_pass}@github.com/baalajimaestro/{enc_repo}.git",
|
||||
f"https://{enc_repo_user}:{enc_repo_pass}@github.com/{enc_repo}.git",
|
||||
)
|
||||
|
||||
# Glob the file list of "." starting files and non "." starting files
|
||||
|
|
|
@ -35,7 +35,7 @@ except ValueError:
|
|||
pass
|
||||
repo.create_remote(
|
||||
"pushback",
|
||||
f"https://{base_repo_user}:{base_repo_pass}@git.baalajimaestro.me/baalajimaestro/{content_repo_git}.git",
|
||||
f"https://{base_repo_user}:{base_repo_pass}@git.baalajimaestro.me/{content_repo_git}.git",
|
||||
)
|
||||
|
||||
# Push the newly created tag
|
||||
|
|
Loading…
Reference in a new issue