try to fix submodules again
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed

This commit is contained in:
Marvin Steadfast 2021-01-22 11:57:43 +01:00
parent 090ecc63ff
commit 2f6e70adda

View File

@ -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