This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
docker-salt-master/.drone.yml
Udo Waechter 94f85210ef
Some checks reported warnings
Publish Docker image / Metadata (push) Has been cancelled
Publish Docker image / Publish (push) Has been cancelled
Security analysis / Trivy scan (push) Has been cancelled
initial drone test
2023-10-21 18:47:49 +02:00

11 lines
132 B
YAML

kind: pipeline
type: docker
name: salt-docker-master
steps:
- name: test
image: alpine
commands:
- echo hello
- echo world