This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/.drone.yml

10 lines
170 B
YAML
Raw Permalink Normal View History

2022-10-26 11:29:18 +02:00
kind: pipeline
type: docker
name: "test"
steps:
- name: test
2022-10-26 16:15:42 +02:00
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
2022-10-26 11:29:18 +02:00
commands:
- echo 'Run tests'