mirror of
https://github.com/sascha-hemi/ufw-docker.git
synced 2026-03-20 23:04:24 +01:00
Forgot to init submodules
This commit is contained in:
@@ -4,8 +4,12 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Fetch Submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive --depth=1 --remote
|
||||
|
||||
- name: Testing
|
||||
image: ubuntu:bionic
|
||||
commands:
|
||||
- git submodule update --recursive --depth=1 --remote
|
||||
- ./test.sh
|
||||
|
||||
Reference in New Issue
Block a user