using template
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2022-10-29 16:37:53 +02:00
parent 74ac586228
commit 7a4de99aa8
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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"