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

This commit is contained in:
2022-10-29 16:37:53 +02:00
parent 74ac586228
commit 7a4de99aa8

View File

@@ -1,4 +1,3 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: "test" name: "test"
@@ -7,3 +6,11 @@ steps:
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
commands: commands:
- echo 'Run tests' - echo 'Run tests'
---
kind: template
load: telegram.jsonnet
data:
stepName: test
image: harbor.front.kjuulh.io/docker-proxy/library/debian:bullseye
commands:
- "echo something"