initial drone test
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

This commit is contained in:
2023-10-21 18:47:49 +02:00
parent 5735e22bf0
commit 94f85210ef

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: salt-docker-master
steps:
- name: test
image: alpine
commands:
- echo hello
- echo world