Add .drone.yml

This commit is contained in:
2022-10-26 16:14:50 +02:00
parent 9b28758bd8
commit 5cef97976e

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'