mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-11 13:58:31 +02:00
10 lines
119 B
YAML
10 lines
119 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: Testing
|
|
image: ubuntu:bionic
|
|
commands:
|
|
- ./test.sh
|