gitignore/.drone.yml

10 lines
170 B
YAML
Raw Permalink Normal View History

2022-10-26 09:29:39 +00:00
kind: pipeline
type: docker
name: "test"
steps:
- name: test
2022-10-26 14:16:03 +00:00
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
2022-10-26 09:29:39 +00:00
commands:
- echo 'Run tests'