Add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 16:17:25 +02:00
parent 9437bfd823
commit ba16e6388c
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

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'