first pass at the drone pipeline
parent
0bf889b60a
commit
2504e6d5fa
@ -0,0 +1,12 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: publish-docker-image
|
||||||
|
|
||||||
|
clone:
|
||||||
|
depth: 1
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: copy-posts
|
||||||
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
|
- make docker
|
Loading…
Reference in New Issue