更新 .drone.yml
Docker Deploy / build-and-deploy (push) Successful in 1m52s
Details
Docker Deploy / build-and-deploy (push) Successful in 1m52s
Details
This commit is contained in:
parent
2ec95b8ce9
commit
fdb45446a9
|
@ -1,3 +1,9 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: test
|
name: greeting
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: en
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo hello world
|
Loading…
Reference in New Issue