Add .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
2022-10-26 16:16:42 +02:00
parent f3da3246c9
commit 2070568dd2

View File

@@ -4,6 +4,6 @@ type: docker
name: "test"
steps:
- name: test
image: bash
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
commands:
- echo 'Run tests'