Skip to content

Commit 7118ae7

Browse files
authored
remove --remote flag from drone build (#149)
1 parent 10faea8 commit 7118ae7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 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:
@@ -79,7 +79,7 @@ steps:
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:

0 commit comments

Comments
 (0)