Skip to content

Commit 0e50303

Browse files
New plugin submission flow related changes
1 parent ad9c2df commit 0e50303

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

example.yml

Whitespace-only changes.

plugin.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
image: codefreshplugins/cfstep-gitsubmodules
2+
tag: latest
3+
version: 0.1.0
4+
description: Update git submodules
5+
keywords:
6+
- git
7+
- submodules
8+
sources:
9+
- https://github.com/codefresh-contrib/cfstep-gitsubmodules
10+
maintainers:
11+
- name: Francisco Cocozza
12+
email: francisco@codefresh.io
13+
icon: https://git-scm.com/images/icons/downloads/Git-Icon-1788C.png
14+
envs:
15+
- name: GITHUB_TOKEN
16+
type: required
17+
description: GitHub Token required to access the repository
18+
- name: CF_SUBMODULE_SYNC
19+
type: optional
20+
description: if var is set to 'true', the step will perform 'git submodule sync' command
21+
- name: CF_SUBMODULE_UPDATE_RECURSIVE
22+
type: optional
23+
description: if set to 'true', the step will perform 'git submodule update --init' command with '--recursive' option

0 commit comments

Comments
 (0)