Skip to content

Commit 7b951b6

Browse files
authored
remove --remote flag from drone build (#59)
1 parent 3cab347 commit 7b951b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.drone.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
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:
@@ -75,7 +75,7 @@ steps:
7575
commands:
7676
- git submodule init
7777
- 'git config --global url."https://github.com/".insteadOf [email protected]:'
78-
- "git submodule update --recursive --remote"
78+
- "git submodule update --recursive"
7979
- name: build and publish
8080
image: plugins/docker
8181
settings:
@@ -111,7 +111,7 @@ steps:
111111
commands:
112112
- git submodule init
113113
- 'git config --global url."https://github.com/".insteadOf [email protected]:'
114-
- "git submodule update --recursive --remote"
114+
- "git submodule update --recursive"
115115
- name: build and publish
116116
image: plugins/docker
117117
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:
@@ -175,7 +175,7 @@ steps:
175175
commands:
176176
- git submodule init
177177
- 'git config --global url."https://github.com/".insteadOf [email protected]:'
178-
- "git submodule update --recursive --remote"
178+
- "git submodule update --recursive"
179179
- name: build and publish
180180
image: plugins/docker
181181
settings:
@@ -205,7 +205,7 @@ steps:
205205
commands:
206206
- git submodule init
207207
- 'git config --global url."https://github.com/".insteadOf [email protected]:'
208-
- "git submodule update --recursive --remote"
208+
- "git submodule update --recursive"
209209
- name: build and publish
210210
image: plugins/docker
211211
settings:

0 commit comments

Comments
 (0)