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
12 lines
138 B
YAML
12 lines
138 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: salt-docker-master
|
|
|
|
steps:
|
|
- name: test
|
|
image: busybox
|
|
commands:
|
|
- echo hello
|
|
- echo world
|