Skip to content

Commit 50fdd44

Browse files
committed
Allow for GITLAB_HOSTNAME to be optional
1 parent 1ae6f9f commit 50fdd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedProcessors/GitLabReleasesInfoProvider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class GitLabReleasesInfoProvider(Processor):
4747
"description": ("Filters results to include only the most recent release."),
4848
},
4949
"GITLAB_HOSTNAME": {
50-
"required": True,
50+
"required": False,
5151
"default": "gitlab.com",
5252
"description": (
5353
"If your organization has an internal GitLab instance "

0 commit comments

Comments
 (0)