From 7a4de99aa8cb01e76a98356ab4e390cf91d012a3 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 29 Oct 2022 16:37:53 +0200 Subject: [PATCH] using template --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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"