FIX: do submodule update
continuous-integration/drone Build encountered an error Details

This commit is contained in:
Dominik Meyer 2023-09-03 23:02:02 +02:00
parent 838d0e95fd
commit b2034aa7fc
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ node_selector:
kubernetes.io/arch: amd64
steps:
- name: submodules
image: git
commands:
- git submodules update --init --recursive
- name: build-amd64
image: debian:bookworm-slim
commands: