using template
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
74ac586228
commit
7a4de99aa8
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user