This commit is contained in:
commit
fc29fb258d
1 changed files with 9 additions and 0 deletions
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: printenv
|
||||||
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
|
- printenv
|
Loading…
Add table
Reference in a new issue