aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gitlab/package.json
diff options
context:
space:
mode:
authorLibravatar Andrea <andrea.zorzi.za@gmail.com>2021-05-15 16:45:54 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-15 20:51:02 +0530
commit5084a6d3682744ae27a2a86dfd7dfb1a1430a8f9 (patch)
tree78f06963306f330ccce4ae04edd57acf711cc0fa /recipes/gitlab/package.json
parentRegenerated from 'package' task. (diff)
downloadferdium-recipes-5084a6d3682744ae27a2a86dfd7dfb1a1430a8f9.tar.gz
ferdium-recipes-5084a6d3682744ae27a2a86dfd7dfb1a1430a8f9.tar.zst
ferdium-recipes-5084a6d3682744ae27a2a86dfd7dfb1a1430a8f9.zip
Gitlab: enable use of self-hosted instances
"hasHostedOption" is available from Ferdi v5.0.0-beta.15
Diffstat (limited to 'recipes/gitlab/package.json')
-rw-r--r--recipes/gitlab/package.json6
1 files changed, 4 insertions, 2 deletions
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 @@
1{ 1{
2 "id": "gitlab", 2 "id": "gitlab",
3 "name": "GitLab", 3 "name": "GitLab",
4 "version": "1.0.0", 4 "version": "1.1.0",
5 "description": "An unofficial Ferdi recipe for GitLab CI", 5 "description": "An unofficial Ferdi recipe for GitLab CI",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>", 7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://gitlab.com/users/sign_in" 10 "serviceURL": "https://gitlab.com/users/sign_in",
11 "hasHostedOption": true,
12 "hasCustomUrl": true
11 } 13 }
12} 14}