Full URL needed now for HTTPS connections

This commit is contained in:
WilliamMiceli
2019-11-12 11:39:07 -05:00
parent b60b2f32d3
commit 3347355bdf
2 changed files with 5 additions and 5 deletions

View File

@@ -17,11 +17,11 @@ catalog:
required: false
type: string
- variable: "GITLAB_HOST"
label: "GitLab Server Hostname/IP"
- variable: "GITLAB_URL"
label: "GitLab Server URL"
description: |
The Hostname/IP which your GitLab instance can be reached at.
default: "gitlab.com"
The URL which your GitLab instance can be reached at.
default: "https://gitlab.com"
required: true
type: string