File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 commands :
1212 - git submodule init
1313 -
' git config --global url."https://github.com/".insteadOf [email protected] :' 14- - " git submodule update --recursive --remote "
14+ - " git submodule update --recursive"
1515 - name : build and publish
1616 image : plugins/docker
1717 settings :
4444 commands :
4545 - git submodule init
4646 -
' git config --global url."https://github.com/".insteadOf [email protected] :' 47- - " git submodule update --recursive --remote "
47+ - " git submodule update --recursive"
4848 - name : build and publish
4949 image : plugins/docker
5050 settings :
7979 commands :
8080 - git submodule init
8181 -
' git config --global url."https://github.com/".insteadOf [email protected] :' 82- - " git submodule update --recursive --remote "
82+ - " git submodule update --recursive"
8383 - name : build and publish
8484 image : plugins/docker
8585 settings :
@@ -108,7 +108,7 @@ steps:
108108 commands :
109109 - git submodule init
110110 -
' git config --global url."https://github.com/".insteadOf [email protected] :' 111- - " git submodule update --recursive --remote "
111+ - " git submodule update --recursive"
112112 - name : build and publish
113113 image : plugins/docker
114114 settings :
You can’t perform that action at this time.
0 commit comments