This commit is contained in:
@@ -3,6 +3,11 @@ kind: pipeline
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive --remote
|
||||
|
||||
- name: docker
|
||||
# See docs at https://plugins.drone.io/plugins/docker
|
||||
image: plugins/docker
|
||||
|
||||
Reference in New Issue
Block a user