Testing build
This commit is contained in:
parent
15fb528f08
commit
8da30d1972
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:dind
|
||||
commands:
|
||||
- docker build -t test .
|
Loading…
x
Reference in New Issue
Block a user