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 09a2e93897
Some checks reported errors
continuous-integration/drone Build was killed
Publish Docker image / Metadata (push) Has been cancelled
Publish Docker image / Publish (push) Has been cancelled
Security analysis / Trivy scan (push) Has been cancelled
busybox
2023-10-21 19:46:51 +02:00

12 lines
138 B
YAML

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