CI_Test/.drone.yml

11 lines
174 B
YAML
Raw Normal View History

2022-12-05 04:06:56 +00:00
kind: pipeline
2022-12-06 14:15:07 +00:00
type: docker
name: docker_local_repo_test
2022-12-05 10:31:39 +00:00
2022-12-05 04:06:56 +00:00
steps:
2022-12-06 14:15:07 +00:00
- name: new_branch_test
2022-12-06 14:16:46 +00:00
image: registry.home.ftt.gmbh/alpine_default
2022-12-05 04:06:56 +00:00
commands:
2022-12-06 14:15:07 +00:00
- echo "hello, world!"
2022-12-05 07:52:43 +00:00