|
11 | 11 | commands: |
12 | 12 | - git submodule init |
13 | 13 | - 'git config --global url."https://github.com/".insteadOf [email protected]:' |
14 | | - - "git submodule update --recursive --remote" |
| 14 | + - "git submodule update --recursive" |
15 | 15 | - name: build and publish |
16 | 16 | image: plugins/docker |
17 | 17 | settings: |
|
75 | 75 | commands: |
76 | 76 | - git submodule init |
77 | 77 | - 'git config --global url."https://github.com/".insteadOf [email protected]:' |
78 | | - - "git submodule update --recursive --remote" |
| 78 | + - "git submodule update --recursive" |
79 | 79 | - name: build and publish |
80 | 80 | image: plugins/docker |
81 | 81 | settings: |
@@ -111,7 +111,7 @@ steps: |
111 | 111 | commands: |
112 | 112 | - git submodule init |
113 | 113 | - 'git config --global url."https://github.com/".insteadOf [email protected]:' |
114 | | - - "git submodule update --recursive --remote" |
| 114 | + - "git submodule update --recursive" |
115 | 115 | - name: build and publish |
116 | 116 | image: plugins/docker |
117 | 117 | settings: |
@@ -146,7 +146,7 @@ steps: |
146 | 146 | commands: |
147 | 147 | - git submodule init |
148 | 148 | - 'git config --global url."https://github.com/".insteadOf [email protected]:' |
149 | | - - "git submodule update --recursive --remote" |
| 149 | + - "git submodule update --recursive" |
150 | 150 | - name: build and publish |
151 | 151 | image: plugins/docker |
152 | 152 | settings: |
@@ -175,7 +175,7 @@ steps: |
175 | 175 | commands: |
176 | 176 | - git submodule init |
177 | 177 | - 'git config --global url."https://github.com/".insteadOf [email protected]:' |
178 | | - - "git submodule update --recursive --remote" |
| 178 | + - "git submodule update --recursive" |
179 | 179 | - name: build and publish |
180 | 180 | image: plugins/docker |
181 | 181 | settings: |
@@ -205,7 +205,7 @@ steps: |
205 | 205 | commands: |
206 | 206 | - git submodule init |
207 | 207 | - 'git config --global url."https://github.com/".insteadOf [email protected]:' |
208 | | - - "git submodule update --recursive --remote" |
| 208 | + - "git submodule update --recursive" |
209 | 209 | - name: build and publish |
210 | 210 | image: plugins/docker |
211 | 211 | settings: |
|
0 commit comments