Skip to content

Commit eedb2da

Browse files
authored
remove --remote flag from drone build
1 parent f6d62a6 commit eedb2da

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 git@github.com:'
14-
- "git submodule update --recursive --remote"
14+
- "git submodule update --recursive"
1515
- name: build and publish
1616
image: plugins/docker
1717
settings:
@@ -44,7 +44,7 @@ steps:
4444
commands:
4545
- git submodule init
4646
- 'git config --global url."https://github.com/".insteadOf git@github.com:'
47-
- "git submodule update --recursive --remote"
47+
- "git submodule update --recursive"
4848
- name: build and publish
4949
image: plugins/docker
5050
settings:
@@ -79,7 +79,7 @@ steps:
7979
commands:
8080
- git submodule init
8181
- 'git config --global url."https://github.com/".insteadOf git@github.com:'
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 git@github.com:'
111-
- "git submodule update --recursive --remote"
111+
- "git submodule update --recursive"
112112
- name: build and publish
113113
image: plugins/docker
114114
settings:

0 commit comments

Comments
 (0)