Add .drone.yml

This commit is contained in:
2022-10-26 16:15:35 +02:00
parent 3ab2bb4c1f
commit a428846708

View File

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