11 lines
151 B
YAML
11 lines
151 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: test
|
|
|
|
steps:
|
|
- name: hello
|
|
image: alpine
|
|
commands:
|
|
- echo "✅ Drone CI/CD is working!"
|
|
- date
|