diff --git a/.drone.yml b/.drone.yml index 44c6321..9dac890 100755 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,3 @@ - kind: pipeline type: docker name: "test" @@ -7,3 +6,11 @@ steps: image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest commands: - echo 'Run tests' +--- +kind: template +load: telegram.jsonnet +data: + stepName: test + image: harbor.front.kjuulh.io/docker-proxy/library/debian:bullseye + commands: + - "echo something"