fixed errors with drone-CI

This commit is contained in:
Frederic Leger 2017-05-12 17:39:19 +02:00
parent cb30dc45a9
commit 1bbd24ec53
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ version: '2'
catalog: catalog:
name: "gitlab-multi-runner" 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." 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: # maximum_rancher_version:
# upgrade_from: # The previous versions that this template can be upgraded from # upgrade_from: # The previous versions that this template can be upgraded from
questions: questions:

View File

@ -1,5 +1,5 @@
name: gitlab-multi-runner name: gitlab-multi-runner
description: | description: |
a Gitlab pipelines multi-runner, that will spawn privates runners in your infra. a Gitlab pipelines multi-runner, that will spawn privates runners in your infra.
version: 1 version: 1.0.0
category: Continuous Integration category: Continuous Integration