From 5084a6d3682744ae27a2a86dfd7dfb1a1430a8f9 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sat, 15 May 2021 16:45:54 +0200 Subject: Gitlab: enable use of self-hosted instances "hasHostedOption" is available from Ferdi v5.0.0-beta.15 --- recipes/gitlab/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes/gitlab') diff --git a/recipes/gitlab/package.json b/recipes/gitlab/package.json index 928203e..3c13f25 100644 --- a/recipes/gitlab/package.json +++ b/recipes/gitlab/package.json @@ -1,12 +1,14 @@ { "id": "gitlab", "name": "GitLab", - "version": "1.0.0", + "version": "1.1.0", "description": "An unofficial Ferdi recipe for GitLab CI", "main": "index.js", "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>", "license": "MIT", "config": { - "serviceURL": "https://gitlab.com/users/sign_in" + "serviceURL": "https://gitlab.com/users/sign_in", + "hasHostedOption": true, + "hasCustomUrl": true } } -- cgit v1.2.3-54-g00ecf