ufw-docker/.drone.yml

12 lines
175 B
YAML
Raw Normal View History

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