kjuulh
7a4de99aa8
Some checks reported errors
continuous-integration/drone/push Build encountered an error
17 lines
338 B
YAML
Executable File
17 lines
338 B
YAML
Executable File
kind: pipeline
|
|
type: docker
|
|
name: "test"
|
|
steps:
|
|
- name: test
|
|
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"
|