File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments