renovate/.drone.yml

17 lines
347 B
YAML
Raw Normal View History

2022-10-26 11:30:33 +02:00
kind: pipeline
type: docker
name: "test"
steps:
- name: test
2022-10-26 16:16:58 +02:00
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
2022-10-26 11:30:33 +02:00
commands:
- echo 'Run tests'
2022-10-29 16:37:53 +02:00
---
kind: template
2022-10-29 16:39:31 +02:00
load: telegram_template.jsonnet
2022-10-29 16:37:53 +02:00
data:
stepName: test
image: harbor.front.kjuulh.io/docker-proxy/library/debian:bullseye
commands:
- "echo something"