try to fix submodules again
This commit is contained in:
parent
090ecc63ff
commit
2f6e70adda
@ -12,7 +12,7 @@ steps:
|
|||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --recursive --remote
|
- git submodule update
|
||||||
|
|
||||||
- name: go-bindata
|
- name: go-bindata
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
@ -53,6 +53,7 @@ steps:
|
|||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
depends_on:
|
depends_on:
|
||||||
|
- submodules
|
||||||
- clean
|
- clean
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
@ -67,4 +68,5 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
depends_on:
|
depends_on:
|
||||||
|
- submodules
|
||||||
- clean
|
- clean
|
||||||
|
Loading…
Reference in New Issue
Block a user