Skip to content

Commit

Permalink
chore: rename the namespace on GitLab.com
Browse files Browse the repository at this point in the history
Cause why not, “F It Friday”

Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Sep 27, 2024
1 parent 62f28f0 commit 4d4eb91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/validation/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def validation():

# GitLab
gitlab_instances = [
("https://gitlab.com", "packit-service", "GITLAB_TOKEN"),
("https://gitlab.com", "packit", "GITLAB_TOKEN"),
("https://gitlab.gnome.org", "packit-validation", "GITLAB_GNOME_TOKEN"),
(
"https://gitlab.freedesktop.org",
Expand Down
2 changes: 1 addition & 1 deletion src/validation/tests/gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GitlabTests(Tests):
def __init__(
self,
instance_url="https://gitlab.com",
namespace="packit-service",
namespace="packit",
token_name="GITLAB_TOKEN",
):
gitlab_service = GitlabService(token=getenv(token_name), instance_url=instance_url)
Expand Down

0 comments on commit 4d4eb91

Please sign in to comment.