Compare commits

...

2 Commits

Author SHA1 Message Date
ac770347a4 Add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-26 16:17:06 +02:00
bde4a2437f Add .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error
2022-10-26 11:30:40 +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'