Compare commits

...

2 Commits

Author SHA1 Message Date
a428846708 Add .drone.yml 2022-10-26 16:15:35 +02:00
3ab2bb4c1f Add .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error
2022-10-26 11:25:53 +02:00

9
.drone.yml Executable file
View File

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