ericek111
fe3b826b06
Some checks reported errors
continuous-integration/drone/push Build encountered an error
14 lines
172 B
YAML
14 lines
172 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: greeting
|
|
image: debian-buster-slim:latest
|
|
commands:
|
|
- echo hello world
|