ufw-docker/.drone.yml

16 lines
240 B
YAML
Raw Permalink Normal View History

2020-01-06 06:48:33 +00:00
---
kind: pipeline
type: docker
name: default
steps:
2020-01-06 08:37:55 +00:00
- name: Fetch Submodules
image: alpine/git
commands:
- git submodule update --init --recursive --depth=1 --remote
2020-01-06 06:48:33 +00:00
- name: Testing
image: ubuntu:bionic
commands:
- ./test.sh