octopush-test/.drone.yml
kjuulh 2070568dd2
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Add .drone.yml
2022-10-26 16:16:42 +02:00

10 lines
170 B
YAML
Executable File

kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
commands:
- echo 'Run tests'