forked from codefresh-contrib/cfstep-gitsubmodules
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
26 lines (26 loc) · 863 Bytes
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
image: codefreshplugins/cfstep-gitsubmodules
tag: latest
version: 0.1.0
description: Update git submodules
categories:
- git
- utility
keywords:
- git
- submodules
sources:
- https://github.com/codefresh-contrib/cfstep-gitsubmodules
maintainers:
- name: Francisco Cocozza
email: [email protected]
icon: https://raw.githubusercontent.com/codefresh-plugins/cfstep-gitsubmodules/master/logo.png
envs:
- name: GITHUB_TOKEN
type: required
description: GitHub Token required to access the repository
- name: CF_SUBMODULE_SYNC
type: optional
description: if var is set to 'true', the step will perform 'git submodule sync' command
- name: CF_SUBMODULE_UPDATE_RECURSIVE
type: optional
description: if set to 'true', the step will perform 'git submodule update --init' command with '--recursive' option