From 1bbd24ec53150daf40a36787f45763e4a2aaa17a Mon Sep 17 00:00:00 2001 From: Frederic Leger Date: Fri, 12 May 2017 17:39:19 +0200 Subject: [PATCH] fixed errors with drone-CI --- templates/gitlab-multi-runner/0/rancher-compose.yml | 4 ++-- templates/gitlab-multi-runner/config.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/gitlab-multi-runner/0/rancher-compose.yml b/templates/gitlab-multi-runner/0/rancher-compose.yml index e30fa9f..7f5bd1a 100644 --- a/templates/gitlab-multi-runner/0/rancher-compose.yml +++ b/templates/gitlab-multi-runner/0/rancher-compose.yml @@ -2,9 +2,9 @@ version: '2' catalog: name: "gitlab-multi-runner" - version: "0.1" + version: "1.0.0" description: "a Gitlab pipelines multi-runner, that will spawn privates runners in your infra." - # minimum_rancher_version: + minimum_rancher_version: v1.5.0 # maximum_rancher_version: # upgrade_from: # The previous versions that this template can be upgraded from questions: diff --git a/templates/gitlab-multi-runner/config.yml b/templates/gitlab-multi-runner/config.yml index bad31a7..7ae3548 100644 --- a/templates/gitlab-multi-runner/config.yml +++ b/templates/gitlab-multi-runner/config.yml @@ -1,5 +1,5 @@ name: gitlab-multi-runner description: | a Gitlab pipelines multi-runner, that will spawn privates runners in your infra. -version: 1 +version: 1.0.0 category: Continuous Integration