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 :
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 :
@@ -117,7 +117,7 @@ steps:
117117 commands :
118118 - git submodule init
119119 -
' git config --global url."https://github.com/".insteadOf [email protected] :' 120- - " git submodule update --recursive --remote "
120+ - " git submodule update --recursive"
121121 - name : build and publish
122122 image : plugins/docker
123123 settings :
@@ -146,7 +146,7 @@ steps:
146146 commands :
147147 - git submodule init
148148 -
' git config --global url."https://github.com/".insteadOf [email protected] :' 149- - " git submodule update --recursive --remote "
149+ - " git submodule update --recursive"
150150 - name : build and publish
151151 image : plugins/docker
152152 settings :
You can’t perform that action at this time.
0 commit comments